From 4014849cedb2d27e8dd357ad24bb88d4e99fafca Mon Sep 17 00:00:00 2001 From: mjsqu Date: Wed, 12 Oct 2022 15:52:28 +1300 Subject: [PATCH] Bump orjson version to 3.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fdc869..db1ed32 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pytz', 'jsonschema==3.2.0', - 'orjson==3.7.2', + 'orjson==3.8.0', 'python-dateutil>=2.6.0', 'backoff==2.1.2', 'ciso8601',