From 13df702271648ac5bfb1798ed9dbdc73c6f41f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:18 +0000 Subject: [PATCH] Update google-cloud-aiplatform requirement in /python Updates the requirements on [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) to permit the latest version. - [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.114.0...v1.159.0) --- updated-dependencies: - dependency-name: google-cloud-aiplatform dependency-version: 1.159.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 e0fccc8..e478369 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -87,7 +87,7 @@ faiss = [ "faiss-cpu>=1.10.0" ] google = [ - "google-cloud-aiplatform>=1.114,<1.134", + "google-cloud-aiplatform>=1.114,<1.160", "google-genai >= 1.51,< 1.75" ] hugging_face = [