Skip to content

Commit 1c34154

Browse files
authored
fix(deps): allow google-cloud-storage < 3.0.0dev (#1008)
1 parent 9ec90a7 commit 1c34154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
9999
"proto-plus >= 1.10.1",
100100
"packaging >= 14.3",
101-
"google-cloud-storage >= 1.32.0, < 2.0.0dev",
101+
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
102102
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
103103
),
104104
extras_require={

0 commit comments

Comments
 (0)