Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-storage to v2.1.0 (#323)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-storage to v2.1.0

* pin google-cloud-storage==2.0.0 for python 3.6

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and dandhlee committed Nov 17, 2022
1 parent d36b2c0 commit ee90ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automl/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
google-cloud-translate==3.6.1
google-cloud-storage==2.0.0
google-cloud-storage==2.0.0; python_version == '3.6'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-automl==2.6.0

0 comments on commit ee90ea6

Please sign in to comment.