From 1d22f77568af25488654cf34c4253b866ec7977b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:06:10 +0000 Subject: [PATCH] build(deps): bump google-generativeai in /application Bumps [google-generativeai](https://github.com/google/generative-ai-python) from 0.8.3 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.8.3...v0.8.5) --- updated-dependencies: - dependency-name: google-generativeai dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 760078ae..56edab9f 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -15,7 +15,7 @@ Flask==3.1.0 faiss-cpu==1.9.0.post1 flask-restx==1.3.0 google-genai==1.3.0 -google-generativeai==0.8.3 +google-generativeai==0.8.5 gTTS==2.5.4 gunicorn==23.0.0 html2text==2024.2.26