We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e1806 commit 876f599Copy full SHA for 876f599
1 file changed
sdks/python/setup.py
@@ -395,7 +395,9 @@ def get_portability_package_data():
395
'packaging>=22.0',
396
'pillow>=12.1.1,<13',
397
'pymongo>=3.8.0,<5.0.0',
398
- 'proto-plus>=1.7.1,<2',
+ # proto-plus<1.24 requires protobuf<5; opentelemetry-proto (google-adk)
399
+ # needs protobuf>=5. 1.26.1 allows protobuf<7 (matches Beam's cap).
400
+ 'proto-plus>=1.26.1,<2',
401
# 1. Use a tighter upper bound in protobuf dependency to make sure
402
# the minor version at job submission
403
# does not exceed the minor version at runtime.
0 commit comments