From df20689d826d92cf8be67ecde48fe46547b69bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:45:51 +0000 Subject: [PATCH] Bump google-cloud-aiplatform in /agents/policy-as-code Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.130.0 to 1.133.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.130.0...v1.133.0) --- updated-dependencies: - dependency-name: google-cloud-aiplatform dependency-version: 1.133.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/policy-as-code/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/policy-as-code/pyproject.toml b/agents/policy-as-code/pyproject.toml index d763b9a..9a46731 100644 --- a/agents/policy-as-code/pyproject.toml +++ b/agents/policy-as-code/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "google-cloud-storage==2.19.0", "vertexai==1.43.0", "google-cloud-dataplex==2.14.0", - "google-cloud-aiplatform==1.130.0", + "google-cloud-aiplatform==1.133.0", "google-api-python-client==2.186.0", "google-cloud-firestore==2.21.0", ]