Skip to content

Commit

Permalink
Bump orjson dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn committed Sep 6, 2023
1 parent bc66e4a commit d5de321
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down
2 changes: 1 addition & 1 deletion 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.1
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down
2 changes: 1 addition & 1 deletion 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.1
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down
2 changes: 1 addition & 1 deletion 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.1
orjson==3.9.2
overrides==6.5.0
packaging==23.1
pandas==1.5.3
Expand Down
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<3.9.2', # https://github.com/ijl/orjson/issues/415
'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 d5de321

Please sign in to comment.