aIbrahiim commented on code in PR #38090:
URL: https://github.com/apache/beam/pull/38090#discussion_r3053087868


##########
sdks/python/setup.py:
##########
@@ -185,7 +185,7 @@ def cythonize(*args, **kwargs):
 ]
 
 ml_adk_dependency = [
-    'google-adk==1.17.0',
+    'google-adk==1.28.1',
     'opentelemetry-api==1.37.0',
     'opentelemetry-sdk==1.37.0',
     'opentelemetry-exporter-otlp-proto-http==1.37.0',

Review Comment:
   and pip failed with something like google-adk 1.17.0 wants opentelemetry-sdk 
exactly 1.37.x, but pip pulled opentelemetry-exporter-otlp-proto-http 1.40.x, 
which requires opentelemetry-sdk~=1.40



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to