From a0d03d6bb1100362505ce1aeee9a769b09d3e23e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 31 Aug 2023 03:33:57 -0400 Subject: [PATCH] Revert orjson to 3.9.2 (#99374) * Revert "Update orjson to 3.9.4 (#98108)" This reverts commit 3dd377cb2a0b60593a18767a5e4b032f5630fd78. * Revert "Update orjson to 3.9.3 (#97930)" This reverts commit d993aa59ea097b25084a5fde2730a576eb13b7b5. --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 949181c7ddd..0994ca657ba 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 575c96234bb..c8aa4f7566f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 10220697390..e7a3b0fc4c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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