From ddc1cf8fc4ec302404a560da985888ef1c69777d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:55:45 +0000 Subject: [PATCH] ci: update a2a-sdk requirement from <0.4.0,>=0.3.0 to >=0.3.0,<1.1.0 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.0) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.0.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 e1ab0d7d4..2b0d9dd3f 100644 --- a/pyproject.toml +++ b/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.115.12,<1.0.0",