From 05234d175b7dd7b4547360ae6c2f260863e1854a Mon Sep 17 00:00:00 2001 From: Yeesian Ng Date: Fri, 5 Jun 2026 14:03:42 -0700 Subject: [PATCH] chore: Lift the upperbound of google-adk to suport ADK 2.0 PiperOrigin-RevId: 927471753 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06c6959000..e1c1f5835f 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ ] adk_extra_require = [ - "google-adk >= 1.0.0, < 2.0.0", + "google-adk >= 1.5.0, < 3.0.0", ] reasoning_engine_extra_require = [