This is an automated email from the ASF dual-hosted git repository.
claudevdm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 33b34574b3c Bump jsonpickle upper bound. (#38769)
33b34574b3c is described below
commit 33b34574b3c5fa11c5893e90c2f218ea9b42bc4d
Author: claudevdm <[email protected]>
AuthorDate: Tue Jun 16 10:15:42 2026 -0400
Bump jsonpickle upper bound. (#38769)
* Raise jsonpickle upper bound.
* add compat guard
* Increase lower bound
* remove compat check
* remove import
---
sdks/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index aabe0395f6d..027b3f65039 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -426,7 +426,7 @@ if __name__ == '__main__':
'fasteners>=0.3,<1.0',
'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
'httplib2>=0.8,<0.32.0',
- 'jsonpickle>=3.0.0,<4.0.0',
+ 'jsonpickle>=3.0.4,<5.0.0',
# numpy can have breaking changes in minor versions.
# Use a strict upper bound.
'numpy>=1.14.3,<2.5.0', # Update pyproject.toml as well.