From aeef2af1c967fde89601bc9aed37d061f674d0d2 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 bf95dbb9bb11..697e4655794b 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -485,7 +485,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',