From a698275b46f8361830664abf55a6b27b3b5beaad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:58:37 +0000 Subject: [PATCH] fix(deps): update dependency agentic-layer-sdk-adk to >=0.13.6,<0.14.0 --- adk/python/delegate-agent/pyproject.toml | 2 +- adk/python/weather-agent/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]