From 657b3c79648d9d8256d1865bb09a5d5948b2d037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:18:32 +0000 Subject: [PATCH] ci(python): update a2a-sdk requirement in /strands-py 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:development ... Signed-off-by: dependabot[bot] --- strands-py/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strands-py/pyproject.toml b/strands-py/pyproject.toml index 86995b5746..5d736cc80a 100644 --- a/strands-py/pyproject.toml +++ b/strands-py/pyproject.toml @@ -64,8 +64,8 @@ docs = [ ] a2a = [ - "a2a-sdk>=0.3.0,<0.4.0", - "a2a-sdk[sql]>=0.3.0,<0.4.0", + "a2a-sdk>=0.3.0,<1.1.0", + "a2a-sdk[sql]>=0.3.0,<1.1.0", "uvicorn>=0.34.2,<1.0.0", "httpx>=0.28.1,<1.0.0", "fastapi>=0.133.0,<1.0.0",