From bd76366f3bf8263bc284ae32beb3c3e2fdaef8dc Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Fri, 6 Oct 2023 15:48:05 -0400 Subject: [PATCH] Bump orjson to 3.9.7 for python 3.12 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1967c40e..305466de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ termcolor==1.1 tornado==6.3.3 tzlocal==4.0 jsonschema==4.5.1 -orjson==3.8.12 +orjson==3.9.7