From a01910f94fcd8b8ffad119782e4a8a155038485b Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 29 Apr 2024 15:21:50 +0200 Subject: [PATCH] Downgrade orjson to 3.9.15 due to segmentation faults (#1255) downgrade orjson to 3.9.15 due to segmentation faults --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb71a393..9ca1defe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "soundcloudpy==0.1.0", "unidecode==1.3.8", "xmltodict==0.13.0", - "orjson==3.10.1", + "orjson==3.9.15", "shortuuid==1.0.13", "zeroconf==0.132.2", "cryptography==42.0.5", diff --git a/requirements_all.txt b/requirements_all.txt index cec86794..ceee1d4d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ jellyfin_apiclient_python==1.9.2 mashumaro==3.12 memory-tempfile==2.2.3 music-assistant-frontend==2.4.6 -orjson==3.10.1 +orjson==3.9.15 pillow==10.3.0 plexapi==4.15.12 py-opensonic==5.0.5 -- 2.34.1