diff --git a/adk/python/delegate-agent/pyproject.toml b/adk/python/delegate-agent/pyproject.toml index c38f7bd..49a06a4 100644 --- a/adk/python/delegate-agent/pyproject.toml +++ b/adk/python/delegate-agent/pyproject.toml @@ -3,7 +3,7 @@ name = "delegate-agent" version = "0.1.0" requires-python = ">=3.13" dependencies = [ - "agentic-layer-sdk-adk>=0.5.0,<0.7.0", + "agentic-layer-sdk-adk>=0.13.6,<0.14.0", ] [build-system] diff --git a/adk/python/weather-agent/pyproject.toml b/adk/python/weather-agent/pyproject.toml index aec656c..234fe33 100644 --- a/adk/python/weather-agent/pyproject.toml +++ b/adk/python/weather-agent/pyproject.toml @@ -3,7 +3,7 @@ name = "weather-agent" version = "0.1.0" requires-python = ">=3.13" dependencies = [ - "agentic-layer-sdk-adk>=0.5.0,<0.7.0", + "agentic-layer-sdk-adk>=0.13.6,<0.14.0", ] [build-system]