From 5fc00633a1c6649defdd8f42e3b5a57c4a292cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:42:32 +0000 Subject: [PATCH] Bump google-cloud-aiplatform from 1.80.0 to 1.82.0 in /python Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.80.0 to 1.82.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.80.0...v1.82.0) --- updated-dependencies: - dependency-name: google-cloud-aiplatform 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 a7d7277eef61..8ce7f1a0c38d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -65,7 +65,7 @@ chroma = [ "chromadb >= 0.5,< 0.7" ] google = [ - "google-cloud-aiplatform == 1.80.0", + "google-cloud-aiplatform == 1.82.0", "google-generativeai ~= 0.8" ] hugging_face = [