Skip to content

Commit aeef2af

Browse files
Allow Beam Python GCP extra to resolve with google-cloud-storage 3.x
1 parent 5ee67c6 commit aeef2af

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
@@ -485,7 +485,7 @@ def get_portability_package_data():
485485
'google-auth-httplib2>=0.1.0,<0.3.0',
486486
'google-cloud-datastore>=2.0.0,<3',
487487
'google-cloud-pubsub>=2.1.0,<3',
488-
'google-cloud-storage>=2.18.2,<3',
488+
'google-cloud-storage>=2.18.2,<4',
489489
# GCP packages required by tests
490490
'google-cloud-bigquery>=2.0.0,<4',
491491
'google-cloud-bigquery-storage>=2.6.3,<3',

0 commit comments

Comments
 (0)