Skip to content

Commit

Permalink
Remove <2 limit on google-cloud-storage (#26922)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-richmond committed Oct 7, 2022
1 parent 8319d70 commit 2f326a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies:
- google-cloud-secret-manager>=0.2.0,<2.0.0
- google-cloud-spanner>=1.10.0,<2.0.0
- google-cloud-speech>=0.36.3,<2.0.0
- google-cloud-storage>=1.30,<2.0.0
- google-cloud-storage>=1.30,<3.0.0
- google-cloud-tasks>=2.0.0
- google-cloud-texttospeech>=0.4.0,<2.0.0
- google-cloud-translate>=1.5.0,<2.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-google/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ PIP package Version required
``google-cloud-secret-manager`` ``>=0.2.0,<2.0.0``
``google-cloud-spanner`` ``>=1.10.0,<2.0.0``
``google-cloud-speech`` ``>=0.36.3,<2.0.0``
``google-cloud-storage`` ``>=1.30,<2.0.0``
``google-cloud-storage`` ``>=1.30,<3.0.0``
``google-cloud-tasks`` ``>=2.0.0``
``google-cloud-texttospeech`` ``>=0.4.0,<2.0.0``
``google-cloud-translate`` ``>=1.5.0,<2.0.0``
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"google-cloud-secret-manager>=0.2.0,<2.0.0",
"google-cloud-spanner>=1.10.0,<2.0.0",
"google-cloud-speech>=0.36.3,<2.0.0",
"google-cloud-storage>=1.30,<2.0.0",
"google-cloud-storage>=1.30,<3.0.0",
"google-cloud-tasks>=2.0.0",
"google-cloud-texttospeech>=0.4.0,<2.0.0",
"google-cloud-translate>=1.5.0,<2.0.0",
Expand Down

0 comments on commit 2f326a6

Please sign in to comment.