Skip to content

Commit

Permalink
Bump google-cloud-storage min version to 1.32.0
Browse files Browse the repository at this point in the history
This PR (#357) introduced a mock that uses google.cloud.storage.blob.Blob.download_as_bytes.

This method was introduced in 1.32.0.
  • Loading branch information
ivanmkc committed May 5, 2021
1 parent 4fce8c4 commit 9ae2c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.10.1",
"google-cloud-storage >= 1.26.0, < 2.0.0dev",
"google-cloud-storage >= 1.32.0, < 2.0.0dev",
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
),
python_requires=">=3.6",
Expand Down

0 comments on commit 9ae2c6e

Please sign in to comment.