From 91a5ce5df95e5b1e71074ffced0fd23274b3fdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:42:37 +0000 Subject: [PATCH] chore(deps): update google-genai requirement in /backend Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version. - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v1.0.0...v2.9.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.9.0 dependency-type: direct:production ... 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 4f291f4..e0246c9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]>=0.30.6 # python-multipart < 0.0.18 has a DoS CVE (GHSA-2jv5-9r88-3w3p / 59gj). python-multipart>=0.0.32 youtube-transcript-api>=1.2.4 -google-genai>=1.0.0 +google-genai>=2.9.0 python-dotenv>=1.2.2 httpx>=0.28.1 bcrypt>=4.0.0