From 2c3b1ecce4f1d1114a58dfa91b513cac26895ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:42:53 +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/v2.9.0...v2.14.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.14.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 e36217a..29333d0 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>=2.9.0 +google-genai>=2.14.0 python-dotenv>=1.2.2 httpx>=0.28.1 bcrypt>=4.0.0