From: Marcel van der Veldt Date: Mon, 29 Apr 2024 13:21:50 +0000 (+0200) Subject: Downgrade orjson to 3.9.15 due to segmentation faults (#1255) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a01910f94fcd8b8ffad119782e4a8a155038485b;p=music-assistant-server.git Downgrade orjson to 3.9.15 due to segmentation faults (#1255) downgrade orjson to 3.9.15 due to segmentation faults --- 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