From 63f43a9399ea681ea4453e90faa9062e8472044d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:13:29 +0000 Subject: [PATCH] Update google-genai requirement in /python 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.51.0...v2.16.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d1d0b57b59f0..d2643c251ac2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -88,7 +88,7 @@ faiss = [ ] google = [ "google-cloud-aiplatform>=1.114,<1.134", - "google-genai >= 1.51,< 1.75" + "google-genai >= 1.51,< 2.17" ] hugging_face = [ "transformers[torch] >= 4.28,< 6.0",