Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Google Cloud Storage to use blob.open #744

Merged
merged 11 commits into from
Dec 9, 2022
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(fname):


aws_deps = ['boto3']
gcs_deps = ['google-cloud-storage>=1.31.0']
gcs_deps = ['google-cloud-storage>=2.6.0']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for future reference, this version bump relates to googleapis/python-storage#878 and the general maturing of the open interface in v2

azure_deps = ['azure-storage-blob', 'azure-common', 'azure-core']
http_deps = ['requests']

Expand Down
Loading