Skip to content

Commit

Permalink
Pin orjson dependency. (#28322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Sep 6, 2023
1 parent 9954d3e commit 24a47b4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions sdks/python/container/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ oauth2client==4.1.3
oauthlib==3.2.2
objsize==0.6.1
opt-einsum==3.3.0
orjson==3.9.4
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down Expand Up @@ -156,4 +156,4 @@ urllib3==1.26.16
websocket-client==1.6.1
Werkzeug==2.3.6
wrapt==1.15.0
zstandard==0.21.0
zstandard==0.21.0
4 changes: 2 additions & 2 deletions sdks/python/container/py311/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ oauth2client==4.1.3
oauthlib==3.2.2
objsize==0.6.1
opt-einsum==3.3.0
orjson==3.9.4
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down Expand Up @@ -150,4 +150,4 @@ urllib3==1.26.16
websocket-client==1.6.1
Werkzeug==2.3.6
wrapt==1.15.0
zstandard==0.21.0
zstandard==0.21.0
4 changes: 2 additions & 2 deletions sdks/python/container/py38/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ oauth2client==4.1.3
oauthlib==3.2.2
objsize==0.6.1
opt-einsum==3.3.0
orjson==3.9.4
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down Expand Up @@ -158,4 +158,4 @@ websocket-client==1.6.1
Werkzeug==2.3.6
wrapt==1.15.0
zipp==3.16.2
zstandard==0.21.0
zstandard==0.21.0
4 changes: 2 additions & 2 deletions sdks/python/container/py39/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ oauth2client==4.1.3
oauthlib==3.2.2
objsize==0.6.1
opt-einsum==3.3.0
orjson==3.9.4
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down Expand Up @@ -158,4 +158,4 @@ websocket-client==1.6.1
Werkzeug==2.3.6
wrapt==1.15.0
zipp==3.16.2
zstandard==0.21.0
zstandard==0.21.0
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_portability_package_data():
language_level=3),
install_requires=[
'crcmod>=1.7,<2.0',
'orjson<4.0',
'orjson<3.9.3', # https://github.com/ijl/orjson/issues/415
# Dill doesn't have forwards-compatibility guarantees within minor
# version. Pickles created with a new version of dill may not unpickle
# using older version of dill. It is best to use the same version of
Expand Down

0 comments on commit 24a47b4

Please sign in to comment.