From 64e96d22b6c69a55b8b949e106144ecf6f8c5e64 Mon Sep 17 00:00:00 2001 From: Prinz23 Date: Sat, 18 May 2024 00:16:54 +0200 Subject: [PATCH] Fix exclude lxml versions 5.2.0 and 5.2.1 on non Windows because of CPU requirements creating core dump failure. --- CHANGES.md | 7 ++++++- recommended.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0881b9a..ababaf89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -### 3.30.18 (2024-04-24 23:55:00 UTC) +### 3.30.19 (2024-05-17 23:40:00 UTC) + +* Fix exclude lxml versions 5.2.0 and 5.2.1 on non Windows because of CPU requirements creating core dump failure + + +### 3.30.18 (2024-04-24 23:55:00 UTC) * Change allow Python 3.12.3 diff --git a/recommended.txt b/recommended.txt index 2f11aa10..a2998cf4 100644 --- a/recommended.txt +++ b/recommended.txt @@ -6,7 +6,7 @@ cryptography <= 3.3.2; 'Linux' == platform_system and 'x86_64' != platform_machi cryptography != 38.0.2; 'Darwin' == platform_system and 'x86_64' == platform_machine cryptography <= 3.3.2; 'Darwin' == platform_system and 'x86_64' != platform_machine lxml >= 4.9.2; 'Windows' == platform_system -lxml < 5.2.0; 'Windows' != platform_system +lxml != 5.2.0, != 5.2.1; 'Windows' != platform_system orjson; 'Windows' == platform_system orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine) pip