We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fdbfd commit ed82509Copy full SHA for ed82509
1 file changed
sdks/python/setup.py
@@ -206,7 +206,7 @@ def cythonize(*args, **kwargs):
206
]
207
208
ml_adk_dependency = [
209
- 'google-adk==1.28.1',
+ 'google-adk==1.32.0',
210
# proto-plus<1.24 caps protobuf<5; opentelemetry-proto (via ADK) needs
211
# protobuf>=5. Scoped here so the main dependency list stays broader.
212
'proto-plus>=1.26.1,<2',
0 commit comments