From 9e229a172b3119233bdfdf3e4b5e03e4fc73dd1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:22:52 +0000 Subject: [PATCH] chore(deps): Update google-generativeai requirement 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.3.0...v0.8.6) --- updated-dependencies: - dependency-name: google-generativeai dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- money-machine/src-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/money-machine/src-python/requirements.txt b/money-machine/src-python/requirements.txt index 9e1f980..28835bb 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -4,7 +4,7 @@ ccxt>=4.5.53 pandas>=2.0.0 numpy>=2.4.4 aiohttp>=3.9.0 -google-generativeai>=0.3.0 +google-generativeai>=0.8.6 pyyaml>=6.0.3 python-dotenv>=1.2.2 # IPC auth token storage (optional; falls back to env var when missing).