From 0913f04292342b31e9048962b7b33ec726cf9591 Mon Sep 17 00:00:00 2001 From: Ayush Agrawal Date: Tue, 28 Oct 2025 09:53:06 -0700 Subject: [PATCH] chore: Allow `google-cloud-storage` version to be up till 3.1.1 (required for firebase-admin 7.1.0) PiperOrigin-RevId: 825085150 --- setup.py | 4 ++-- testing/constraints-3.10.txt | 2 +- testing/constraints-3.11.txt | 2 +- testing/constraints-3.12.txt | 2 +- testing/constraints-3.13.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index b973f6935f..f6babdb4fb 100644 --- a/setup.py +++ b/setup.py @@ -306,8 +306,8 @@ "proto-plus >= 1.22.3, <2.0.0", "protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", "packaging >= 14.3", - "google-cloud-storage >= 1.32.0, < 3.0.0; python_version<'3.13'", - "google-cloud-storage >= 2.10.0, < 3.0.0; python_version>='3.13'", + "google-cloud-storage >= 1.32.0, <= 3.1.1; python_version<'3.13'", + "google-cloud-storage >= 2.10.0, <= 3.1.1; python_version>='3.13'", "google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0", "google-cloud-resource-manager >= 1.3.3, < 3.0.0", "shapely < 3.0.0", diff --git a/testing/constraints-3.10.txt b/testing/constraints-3.10.txt index bd404dff75..bd21acfc69 100644 --- a/testing/constraints-3.10.txt +++ b/testing/constraints-3.10.txt @@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support proto-plus==1.22.3 protobuf mock==4.0.2 -google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility +google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673) grpcio-testing==1.34.0 mlflow==2.16.0 # Pinned to speed up installation diff --git a/testing/constraints-3.11.txt b/testing/constraints-3.11.txt index 5689dc0ad1..a096a7ca6b 100644 --- a/testing/constraints-3.11.txt +++ b/testing/constraints-3.11.txt @@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support proto-plus protobuf mock==4.0.2 -google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility +google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673) pytest-xdist==3.3.1 # Pinned to unbreak unit tests ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests diff --git a/testing/constraints-3.12.txt b/testing/constraints-3.12.txt index 7403aeafd3..3d44f36a97 100644 --- a/testing/constraints-3.12.txt +++ b/testing/constraints-3.12.txt @@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support google-auth==2.35.0 # Tests google-auth with rest async support proto-plus mock==4.0.2 -google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility +google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673) pytest-xdist==3.3.1 # Pinned to unbreak unit tests ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests diff --git a/testing/constraints-3.13.txt b/testing/constraints-3.13.txt index a1fae03754..cabecb067d 100644 --- a/testing/constraints-3.13.txt +++ b/testing/constraints-3.13.txt @@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support google-auth==2.35.0 # Tests google-auth with rest async support proto-plus mock==4.0.2 -google-cloud-storage==2.10.0 # Increased for kfp 2.0 compatibility +google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673) pytest-xdist==3.3.1 # Pinned to unbreak unit tests ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests