Skip to content

Commit 876f599

Browse files
committed
raise proto-plus
1 parent 67e1806 commit 876f599

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ def get_portability_package_data():
395395
'packaging>=22.0',
396396
'pillow>=12.1.1,<13',
397397
'pymongo>=3.8.0,<5.0.0',
398-
'proto-plus>=1.7.1,<2',
398+
# 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',
399401
# 1. Use a tighter upper bound in protobuf dependency to make sure
400402
# the minor version at job submission
401403
# does not exceed the minor version at runtime.

0 commit comments

Comments
 (0)