From ba7547bc351bfe4c968a1c2bc5d3670a40113cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:16:00 +0000 Subject: [PATCH] chore(deps): Update a2a-sdk requirement in /a2a/weather_service Updates the requirements on [a2a-sdk](https://github.com/a2aproject/a2a-python) to permit the latest version. - [Release notes](https://github.com/a2aproject/a2a-python/releases) - [Changelog](https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/a2aproject/a2a-python/compare/v0.2.16...v0.3.26) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 0.3.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index b6bd6e99..7d494269 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = { text = "Apache" } requires-python = ">=3.11" dependencies = [ - "a2a-sdk>=0.2.16", + "a2a-sdk>=0.3.26", "langgraph>=1.1.3", "langchain-core>=1.2.11", "langchain-community>=0.3.27",