From bd76366f3bf8263bc284ae32beb3c3e2fdaef8dc Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Fri, 6 Oct 2023 15:48:05 -0400 Subject: [PATCH 1/2] 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 From c3c00dabc251071f13c5a87742f2204cef2fde77 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sat, 7 Oct 2023 17:05:59 +0100 Subject: [PATCH 2/2] Update changelog !638 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdb181c..d297bce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - Use `Jar` class naming for jar refresh to make room for steamCMD naming in the future ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/630)) - Improve ui visibility of Build Wizard selection tabs ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/633)) - Add additional logging for server bootstrap & moves unnecessary logging to `debug` for improved log clarity ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/635)) +- Bump orjson to 3.9.7 for python 3.12 support ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/638)) ### Lang TBD