From 841d5b3536831775d320c047f4f5a3b43cee1008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:42:16 +0000 Subject: [PATCH] fix(deps): update dependency agentic-layer-sdk-adk to >=0.13.7,<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..58262b8 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.7,<0.14.0", ] [build-system] diff --git a/adk/python/weather-agent/pyproject.toml b/adk/python/weather-agent/pyproject.toml index aec656c..143cf56 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.7,<0.14.0", ] [build-system]