Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit ba271a8

Browse files
fix(deps): allow google-cloud-storage < 3.0.0dev (#316)
* chore(deps): update dependency google-cloud-storage to v2 * fix(deps): allow google-cloud-storage < 3.0.0dev Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 95db428 commit ba271a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-translate==3.6.1
2-
google-cloud-storage==1.44.0
2+
google-cloud-storage==2.0.0
33
google-cloud-automl==2.5.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
extras = {
3232
"libcst": "libcst >= 0.2.5",
3333
"pandas": ["pandas>=0.23.0"],
34-
"storage": ["google-cloud-storage >= 1.18.0, < 2.0.0dev"],
34+
"storage": ["google-cloud-storage >=1.18.0, <3.0.0dev"],
3535
}
3636

3737
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)