From 5ffdb7615c3b818c94785450f4d42e8db8ba8a70 Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Mon, 6 Apr 2026 01:56:37 +0000 Subject: [PATCH] add google-adk pin --- .github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json | 2 +- sdks/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json index a975cd1cd104..541dc4ea8e87 100644 --- a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json +++ b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "revision": 1 + "revision": 2 } diff --git a/sdks/python/setup.py b/sdks/python/setup.py index d364744b211a..63ef4a5c978f 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -164,7 +164,7 @@ def cythonize(*args, **kwargs): ml_base = [ 'embeddings>=0.0.4', # 0.0.3 crashes setuptools - 'google-adk', + 'google-adk>=1.28.1', 'onnxruntime', 'langchain', 'sentence-transformers>=2.2.2',