From 96495a66ad78e6481bb224732f6cea81103e3b18 Mon Sep 17 00:00:00 2001 From: Prinz23 Date: Mon, 1 Apr 2024 18:36:08 +0200 Subject: [PATCH] Change restrict lxml to < 5.2.0 on non-windows OS's --- CHANGES.md | 7 ++++++- recommended.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8daad831..889b0545 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -### 3.30.16 (2024-03-24 20:30:00 UTC) +### 3.30.17 (2024-04-01 17:55:00 UTC) + +* Change restrict lxml to < 5.2.0 on non-windows OS's + + +### 3.30.16 (2024-03-24 20:30:00 UTC) * Fix external site links that used a deprecated config/general/advanced/"Anonymous redirect" * Change enable legacy double quote support for SQLite when using Python 3.12+ diff --git a/recommended.txt b/recommended.txt index 5f60addf..2f11aa10 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; 'Windows' != platform_system +lxml < 5.2.0; '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