From 8c4d3e8a4773f5e3798c76e44f91f866886eb856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:31:50 +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.0.2) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0c077a6..2c71b953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ smolagents = [ ] a2a = [ - "a2a-sdk>=0.3.0,<1.0.0", + "a2a-sdk>=0.3.0,<2.0.0", "httpx", ]