Skip to content

Commit 0913f04

Browse files
speedstorm1copybara-github
authored andcommitted
chore: Allow google-cloud-storage version to be up till 3.1.1 (required for firebase-admin 7.1.0)
PiperOrigin-RevId: 825085150
1 parent 9ef8d05 commit 0913f04

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@
306306
"proto-plus >= 1.22.3, <2.0.0",
307307
"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",
308308
"packaging >= 14.3",
309-
"google-cloud-storage >= 1.32.0, < 3.0.0; python_version<'3.13'",
310-
"google-cloud-storage >= 2.10.0, < 3.0.0; python_version>='3.13'",
309+
"google-cloud-storage >= 1.32.0, <= 3.1.1; python_version<'3.13'",
310+
"google-cloud-storage >= 2.10.0, <= 3.1.1; python_version>='3.13'",
311311
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",
312312
"google-cloud-resource-manager >= 1.3.3, < 3.0.0",
313313
"shapely < 3.0.0",

testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support
66
proto-plus==1.22.3
77
protobuf
88
mock==4.0.2
9-
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
9+
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
1010
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1111
grpcio-testing==1.34.0
1212
mlflow==2.16.0 # Pinned to speed up installation

testing/constraints-3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support
66
proto-plus
77
protobuf
88
mock==4.0.2
9-
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
9+
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
1010
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1111
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1212
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests

testing/constraints-3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
55
google-auth==2.35.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
8-
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
8+
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
99
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1010
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1111
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests

testing/constraints-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
55
google-auth==2.35.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
8-
google-cloud-storage==2.10.0 # Increased for kfp 2.0 compatibility
8+
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
99
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1010
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1111
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests

0 commit comments

Comments
 (0)