Merge branch 'maintenance/bump-orjson' into 'dev'

Bump orjson to 3.9.7 for python 3.12 support

See merge request crafty-controller/crafty-4!638
This commit is contained in:
Iain Powrie 2023-10-07 16:12:50 +00:00
commit 0d5b320838
2 changed files with 2 additions and 1 deletions

View File

@ -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
<br><br>

View File

@ -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