From 46131c62debe3ef2eff63d8e3a840e007a7cbe16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:05:08 +0000 Subject: [PATCH] Update a2a-sdk requirement in /agent/python-agent 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.3.0...v1.0.3) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/python-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..7380179 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.12" dependencies = [ "google-genai>=1.64.0", - "a2a-sdk>=0.3.0", + "a2a-sdk>=1.0.3", "google-adk>=1.28.0", "a2ui-agent-sdk>=0.2.1", "jsonschema>=4.0.0",