From 78c344469f66699062be05b0230a5ffcb3c0bf55 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 5 Sep 2026 22:55:34 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-aiplatform to v2 --- pipelines/anomaly_detection/requirements-tooling.txt | 2 +- pipelines/anomaly_detection/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/anomaly_detection/requirements-tooling.txt b/pipelines/anomaly_detection/requirements-tooling.txt index 988a1f8..03071cf 100644 --- a/pipelines/anomaly_detection/requirements-tooling.txt +++ b/pipelines/anomaly_detection/requirements-tooling.txt @@ -1,5 +1,5 @@ # Python 3.14 orchestration; deliberately excludes the training environment. -google-cloud-aiplatform>=1.110,<2 +google-cloud-aiplatform>=2.1,<3 google-cloud-bigtable>=2.30,<3 google-cloud-bigquery>=3.30,<4 google-cloud-pubsub>=2.30,<3 diff --git a/pipelines/anomaly_detection/requirements.txt b/pipelines/anomaly_detection/requirements.txt index 759c94a..ad1ffd4 100644 --- a/pipelines/anomaly_detection/requirements.txt +++ b/pipelines/anomaly_detection/requirements.txt @@ -14,4 +14,4 @@ apache-beam[gcp]==2.76.0 -google-cloud-aiplatform>=1.110,<2 +google-cloud-aiplatform>=2.1,<3