From e400eca252ee24bac7c011d62af77c47ac6a486a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:24:57 +0000 Subject: [PATCH] build(deps): bump the backend-dependencies group across 1 directory with 2 updates 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.5.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.5.0) Updates `a2a-sdk` to 1.1.2 - [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.2) --- updated-dependencies: - dependency-name: a2a-sdk dependency-version: 1.1.0 dependency-type: direct:production dependency-group: backend-dependencies - dependency-name: google-adk dependency-version: 2.4.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 ffc923e..79cc1d2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,8 +35,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.5.0 +a2a-sdk[fastapi]>=1.1.2 a2ui-agent-sdk # Multi-agent orchestration (Code Lab CrewAI pipeline + SSE streaming)