From 5e6cae43cc28f7cfcebf2269ad236cfa3dd395ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:13:08 +0000 Subject: [PATCH] Update google-generativeai requirement from >=0.8 to >=0.8.6 Updates the requirements on [google-generativeai](https://github.com/google/generative-ai-python) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c445a88..ee5eed6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pyautogui>=0.9.54", "reportlab>=4.0", "python-dotenv>=1.0", - "google-generativeai>=0.8", + "google-generativeai>=0.8.6", "anthropic>=0.40", "websockets>=13.0", "rich>=13.0",