Skip to content

Commit 33b3457

Browse files
authored
Bump jsonpickle upper bound. (#38769)
* Raise jsonpickle upper bound. * add compat guard * Increase lower bound * remove compat check * remove import
1 parent e55a1f7 commit 33b3457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def get_portability_package_data():
426426
'fasteners>=0.3,<1.0',
427427
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,!=1.66.*,!=1.67.*,!=1.68.*,!=1.69.*,!=1.70.*', # pylint: disable=line-too-long
428428
'httplib2>=0.8,<0.32.0',
429-
'jsonpickle>=3.0.0,<4.0.0',
429+
'jsonpickle>=3.0.4,<5.0.0',
430430
# numpy can have breaking changes in minor versions.
431431
# Use a strict upper bound.
432432
'numpy>=1.14.3,<2.5.0', # Update pyproject.toml as well.

0 commit comments

Comments
 (0)