From 29e01ea8e244401c2d16ce7f01a7b25e090009c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:38:27 +0000 Subject: [PATCH] fix(deps): update dependency agentic-layer-sdk-adk to >=0.18.0,<0.19.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..0b98103 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.18.0,<0.19.0", ] [build-system] diff --git a/adk/python/weather-agent/pyproject.toml b/adk/python/weather-agent/pyproject.toml index aec656c..86eb832 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.18.0,<0.19.0", ] [build-system]