Skip to content

Commit

Permalink
bump orjson to 3.9.3, supports win32 wheels now
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Aug 7, 2023
1 parent 94bf4d8 commit 4302e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cattrs==23.1.2
# so there's no way to tell pip to install orjson only on 64-bit Win Python; hence
# don't install orjson on Windows (works fine without it using stdlib json module)
# https://stackoverflow.com/a/75411662
orjson==3.9.2; platform_python_implementation == 'CPython' and platform_system != 'Windows'
orjson==3.9.3

0 comments on commit 4302e30

Please sign in to comment.