Skip to content

Commit 6fda925

Browse files
authored
fix: Bump google-cloud-storage min version to 1.32.0 (#371)
* 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
1 parent 4fce8c4 commit 6fda925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
install_requires=(
4646
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
4747
"proto-plus >= 1.10.1",
48-
"google-cloud-storage >= 1.26.0, < 2.0.0dev",
48+
"google-cloud-storage >= 1.32.0, < 2.0.0dev",
4949
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
5050
),
5151
python_requires=">=3.6",

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ google-api-core==1.22.2
99
libcst==0.2.5
1010
proto-plus==1.10.1
1111
mock==4.0.2
12-
google-cloud-storage==1.26.0
12+
google-cloud-storage==1.32.0

0 commit comments

Comments
 (0)