From 348ff2820d0a22000f966fdab9cb66792b081de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:17:30 +0000 Subject: [PATCH] Bump google-cloud-aiplatform from 1.97.0 to 1.119.0 in /python Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.97.0 to 1.119.0. - [Release notes](https://github.com/googleapis/python-aiplatform/releases) - [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-aiplatform/compare/v1.97.0...v1.119.0) --- updated-dependencies: - dependency-name: google-cloud-aiplatform dependency-version: 1.119.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d1b22c85541a..46d38fb36d32 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -92,7 +92,7 @@ faiss = [ "faiss-cpu>=1.10.0" ] google = [ - "google-cloud-aiplatform == 1.97.0", + "google-cloud-aiplatform == 1.119.0", "google-generativeai ~= 0.8" ] hugging_face = [