Skip to content

Commit

Permalink
fix: Bump google-cloud-storage min version to 1.32.0 (#371)
Browse files Browse the repository at this point in the history
* Bump google-cloud-storage min version to 1.32.0

This PR (#357) introduced a mock that uses google.cloud.storage.blob.Blob.download_as_bytes.

This method was introduced in 1.32.0.

* Bumped version in constraints-3.6.txt
  • Loading branch information
ivanmkc committed May 6, 2021
1 parent 4fce8c4 commit 6fda925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -9,4 +9,4 @@ google-api-core==1.22.2
libcst==0.2.5
proto-plus==1.10.1
mock==4.0.2
google-cloud-storage==1.26.0
google-cloud-storage==1.32.0

0 comments on commit 6fda925

Please sign in to comment.