From 7176493365c200a2a8f41b25ee49a7b3244b0be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:42:59 +0000 Subject: [PATCH] chore(deps-dev): update google-adk requirement Updates the requirements on [google-adk](https://github.com/google/adk-python) to permit the latest version. - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/v2.1.0/CHANGELOG.md) - [Commits](https://github.com/google/adk-python/compare/v1.34.0...v2.1.0) --- updated-dependencies: - dependency-name: google-adk dependency-version: 2.1.0 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 c734220..7257466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ [project.optional-dependencies] # Google ADK 支持 adk = [ - "google-adk>=1.34.0,<2.0.0", + "google-adk>=1.34.0,<3.0.0", "litellm>=1.0.0", "json_repair>=0.25.0", # 用于修复大模型输出的非法 JSON ]