diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..1f588a6 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.12" dependencies = [ "google-genai>=1.64.0", "a2a-sdk>=0.3.0", - "google-adk>=1.28.0", + "google-adk>=2.0.0", "a2ui-agent-sdk>=0.2.1", "jsonschema>=4.0.0", ]