Skip to content

Commit b539378

Browse files
committed
fix: req on Python 3.13
1 parent 22baffb commit b539378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fast-json==0.3.2
22
orjson==3.10.15
33
pyjson5==1.6.8
4-
pysimdjson==6.0.2
4+
pysimdjson==6.0.2 ; python_version < '3.13'
55
python-rapidjson==1.20
66
simplejson==3.19.3
77
ujson==5.10.0

0 commit comments

Comments
 (0)