From 64d24a722c7eca01668295866951e8a8db6522bf Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Sun, 17 May 2026 21:49:59 +0200 Subject: [PATCH] Bump google-cloud-aiplatform to force upgrade of litellm --- providers/google/docs/index.rst | 2 +- providers/google/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst index 844857b54706e..1379fae3acb8c 100644 --- a/providers/google/docs/index.rst +++ b/providers/google/docs/index.rst @@ -129,7 +129,7 @@ PIP package Version required ``google-api-python-client`` ``>=2.0.2`` ``google-auth`` ``>=2.29.0`` ``google-auth-httplib2`` ``>=0.0.1`` -``google-cloud-aiplatform[evaluation]`` ``>=1.145.0`` +``google-cloud-aiplatform[evaluation]`` ``>=1.149.0`` ``ray[default]`` ``>=2.42.0; python_version < "3.13"`` ``ray[default]`` ``>=2.49.0; python_version >= "3.13" and python_version < "3.14"`` ``google-cloud-bigquery-storage`` ``>=2.31.0; python_version < "3.13"`` diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index 5ebae6b8f0079..9c823f2713e6a 100644 --- a/providers/google/pyproject.toml +++ b/providers/google/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ # google-cloud-aiplatform doesn't install ray for python 3.12 (issue: https://github.com/googleapis/python-aiplatform/issues/5252). # Temporarily lock in ray 2.42.0 which is compatible with python 3.12 until linked issue is solved. # Remove the ray dependency as well as google-cloud-bigquery-storage once linked issue is fixed - "google-cloud-aiplatform[evaluation]>=1.145.0", + "google-cloud-aiplatform[evaluation]>=1.149.0", "ray[default]>=2.42.0;python_version<'3.13'", "ray[default]>=2.49.0;python_version>='3.13' and python_version <'3.14'", "google-cloud-bigquery-storage>=2.31.0;python_version<'3.13'",