Skip to content

Commit 010c52f

Browse files
Allow Beam Python GCP extra to resolve with google-cloud-storage 3.x (#38135)
1 parent a5496c6 commit 010c52f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def get_portability_package_data():
530530
'google-auth-httplib2>=0.1.0,<0.3.0',
531531
'google-cloud-datastore>=2.0.0,<3',
532532
'google-cloud-pubsub>=2.1.0,<3',
533-
'google-cloud-storage>=2.18.2,<3',
533+
'google-cloud-storage>=2.18.2,<4',
534534
# GCP packages required by tests
535535
'google-cloud-bigquery>=2.0.0,<4',
536536
'google-cloud-bigquery-storage>=2.6.3,<3',

0 commit comments

Comments
 (0)