Skip to content

Commit 0b6e04c

Browse files
Allow Beam Python GCP extra to resolve with google-cloud-storage 3.x
1 parent 541d9bc commit 0b6e04c

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)