From 0b3e0b3177e70aaae7b5df32fc4ed478a379c1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:39:41 +0000 Subject: [PATCH] chore(deps-dev): update a2a-sdk requirement 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.1.0) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61520a5b..8e0c2776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,13 +151,13 @@ dev = [ "wheel>=0.45.1", "strands-agents>=1.20.0", "strands-agents-evals>=0.1.0", - "a2a-sdk[http-server]>=0.3,<1.0", + "a2a-sdk[http-server]>=0.3,<2.0", "ag-ui-protocol>=0.1.10", "mcp-proxy-for-aws>=0.1.0", ] [project.optional-dependencies] -a2a = ["a2a-sdk[http-server]>=0.3,<1.0"] +a2a = ["a2a-sdk[http-server]>=0.3,<2.0"] ag-ui = ["ag-ui-protocol>=0.1.10"] strands-agents = [ "strands-agents>=1.20.0",