We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bf4d8 commit 4302e30Copy full SHA for 4302e30
requirements.txt
@@ -18,4 +18,4 @@ cattrs==23.1.2
18
# so there's no way to tell pip to install orjson only on 64-bit Win Python; hence
19
# don't install orjson on Windows (works fine without it using stdlib json module)
20
# https://stackoverflow.com/a/75411662
21
-orjson==3.9.2; platform_python_implementation == 'CPython' and platform_system != 'Windows'
+orjson==3.9.3
0 commit comments