From f79f34ed5cdab477831dfd9cf7851d7e28ff4fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:01:36 +0000 Subject: [PATCH] Bump google-cloud-aiplatform from 1.97.0 to 1.117.0 in /python Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.97.0 to 1.117.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.117.0) --- updated-dependencies: - dependency-name: google-cloud-aiplatform dependency-version: 1.117.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..730f49a9e628 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.117.0", "google-generativeai ~= 0.8" ] hugging_face = [