We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6912a41 commit ea00d50Copy full SHA for ea00d50
sdk/python/setup.py
@@ -69,7 +69,7 @@
69
"google-cloud-bigquery>=2.28.1",
70
"google-cloud-bigquery-storage >= 2.0.0",
71
"google-cloud-datastore>=2.1.*",
72
- "google-cloud-storage>=1.34.*",
+ "google-cloud-storage>=1.34.*,<1.41",
73
"google-cloud-core==1.4.*",
74
]
75
@@ -115,7 +115,7 @@
115
116
117
118
- "google-cloud-storage>=1.20.*",
+ "google-cloud-storage>=1.20.*,<1.41",
119
120
"redis-py-cluster==2.1.2",
121
"boto3==1.17.*",
0 commit comments