From 2b13451cd46f4a9466eb0addbe9a9ad0c1c9a46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:00:44 +0000 Subject: [PATCH] build(deps): bump google-generativeai from 0.8.0 to 0.8.6 in /backend Bumps [google-generativeai](https://github.com/google/generative-ai-python) from 0.8.0 to 0.8.6. - [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.0...v0.8.6) --- updated-dependencies: - dependency-name: google-generativeai dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0a84135..cf721c6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ python-docx==1.1.0 # (Switched to Gemini Embeddings + lightweight JSON storage to avoid chromadb C++ Build Tool issues) # LLM Integration -google-generativeai==0.8.0 +google-generativeai==0.8.6 # Research Agent tavily-python==0.5.0