From 5cea090d791198aba2126514b730546f091b1177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:12:30 +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 bd57ccb9..5e0dc307 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",