From 88c3e6c0c98ff0ecccb5f55a6e9e8ae3dd4d2179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:03:01 +0000 Subject: [PATCH] chore(deps)(deps): update google-genai requirement in /backend Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version. - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v2.0.1...v2.10.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 63eb278..d164ca6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,7 +28,7 @@ imageio-ffmpeg>=0.6.0 bcrypt>=4.0.0 # python-jose 上游长期未处理 CVE-2024-33663 / CVE-2024-33664,迁移到 PyJWT PyJWT[crypto]>=2.12.1 -google-genai>=2.0.1 +google-genai>=2.10.0 xai-sdk>=1.7.0 volcengine-python-sdk[ark]>=5.0.26 # Ollama Python SDK——agentscope OllamaChatModel 内部调用 ollama.AsyncClient,不装则运行时报 ModuleNotFoundError