Revert orjson to 3.9.2 (#99374)

* Revert "Update orjson to 3.9.4 (#98108)"

This reverts commit 3dd377cb2a.

* Revert "Update orjson to 3.9.3 (#97930)"

This reverts commit d993aa59ea.
pull/99379/head
J. Nick Koston 2023-08-31 03:33:57 -04:00 committed by GitHub
parent 70843862aa
commit a41af4e6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ janus==1.0.0
Jinja2==3.1.2
lru-dict==1.2.0
mutagen==1.46.0
orjson==3.9.4
orjson==3.9.2
packaging>=23.1
paho-mqtt==1.6.1
Pillow==10.0.0

View File

@ -44,7 +44,7 @@ dependencies = [
"cryptography==41.0.3",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.4",
"orjson==3.9.2",
"packaging>=23.1",
"pip>=21.3.1",
"python-slugify==4.0.1",

View File

@ -18,7 +18,7 @@ lru-dict==1.2.0
PyJWT==2.8.0
cryptography==41.0.3
pyOpenSSL==23.2.0
orjson==3.9.4
orjson==3.9.2
packaging>=23.1
pip>=21.3.1
python-slugify==4.0.1