Merge branch 'main' into dev

This commit is contained in:
JackDandy 2024-04-01 17:57:02 +01:00
commit 7e50829791
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,11 @@
* Fix media process being ignored by Plex extras
### 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"

View file

@ -7,7 +7,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