From 0b6e04cabfe6ac583a3b5e94209881f7ab6ee84b Mon Sep 17 00:00:00 2001 From: Asish Kumar Date: Thu, 9 Apr 2026 18:03:40 +0000 Subject: [PATCH] Allow Beam Python GCP extra to resolve with google-cloud-storage 3.x --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 237aa83c2bdb..b3fb98d8b0ef 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -530,7 +530,7 @@ def get_portability_package_data(): 'google-auth-httplib2>=0.1.0,<0.3.0', 'google-cloud-datastore>=2.0.0,<3', 'google-cloud-pubsub>=2.1.0,<3', - 'google-cloud-storage>=2.18.2,<3', + 'google-cloud-storage>=2.18.2,<4', # GCP packages required by tests 'google-cloud-bigquery>=2.0.0,<4', 'google-cloud-bigquery-storage>=2.6.3,<3',