From 7dcedb27435190a5ed981c0e08b21392db305b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:24:57 +0000 Subject: [PATCH] build(deps): bump the backend-dependencies group Updates the requirements on [google-adk](https://github.com/google/adk-python) and [a2a-sdk](https://github.com/a2aproject/a2a-python) to permit the latest version. Updates `google-adk` to 2.4.0 - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/adk-python/compare/v1.0.0...v2.4.0) Updates `a2a-sdk` to 1.1.0 - [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/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: google-adk dependency-version: 2.4.0 dependency-type: direct:production dependency-group: backend-dependencies - dependency-name: a2a-sdk dependency-version: 1.1.0 dependency-type: direct:production dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bc80374..2ab0f69 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,8 +33,8 @@ websockets aiohttp # Google Agentic Stack (ADK augments LangChain — does not replace langchain-core) -google-adk>=1.0 -a2a-sdk[fastapi]>=1.0 +google-adk>=2.4.0 +a2a-sdk[fastapi]>=1.1.0 a2ui-agent-sdk # Multi-agent orchestration (Code Lab CrewAI pipeline + SSE streaming)