From 6a49ac0825844be21ff9cc0aac85bf39a979e75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:14:17 +0000 Subject: [PATCH] ai-service: bump google-generativeai from 0.7.2 to 0.8.5 in /ai_service Bumps [google-generativeai](https://github.com/google/generative-ai-python) from 0.7.2 to 0.8.5. - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md) - [Commits](https://github.com/google/generative-ai-python/compare/v0.7.2...v0.8.5) --- updated-dependencies: - dependency-name: google-generativeai dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ai_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_service/requirements.txt b/ai_service/requirements.txt index 597efee..9f0f1b0 100644 --- a/ai_service/requirements.txt +++ b/ai_service/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -google-generativeai==0.7.2 +google-generativeai==0.8.5 python-dotenv==1.0.1 Pillow==10.4.0 requests==2.32.4