Skip to content

Commit

Permalink
Remove unnecessary upper constraints from google provider (#29915)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-richmond committed Mar 4, 2023
1 parent 2cebdc5 commit 864ff2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,13 @@ dependencies:
- google-cloud-build>=3.0.0
- google-cloud-compute>=0.1.0,<2.0.0
- google-cloud-container>=2.2.0,<3.0.0
# google-cloud-dataflow-client of version 0.5.5 requires higher versions of
# protobuf and proto-plus libraries which can break other dependencies in the current package.
- google-cloud-dataflow-client>=0.5.2,<0.5.5
- google-cloud-dataflow-client>=0.5.2
- google-cloud-dataform>=0.2.0
- google-cloud-datacatalog>=3.0.0
- google-cloud-dataplex>=0.1.0
- google-cloud-dataproc>=3.1.0
- google-cloud-dataproc-metastore>=1.2.0,<2.0.0
# google-cloud-dlp of version 3.8.0+ requires higher versions of
# protobuf and proto-plus libraries which can break other dependencies in the current package.
- google-cloud-dlp>=3.0.0,<3.8.0
- google-cloud-dlp>=3.0.0
- google-cloud-kms>=2.0.0
- google-cloud-language>=1.1.1,<2.0.0
- google-cloud-logging>=2.1.1
Expand Down
4 changes: 2 additions & 2 deletions docs/apache-airflow-providers-google/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ PIP package Version required
``google-cloud-build`` ``>=3.0.0``
``google-cloud-compute`` ``>=0.1.0,<2.0.0``
``google-cloud-container`` ``>=2.2.0,<3.0.0``
``google-cloud-dataflow-client`` ``>=0.5.2,<0.5.5``
``google-cloud-dataflow-client`` ``>=0.5.2``
``google-cloud-dataform`` ``>=0.2.0``
``google-cloud-datacatalog`` ``>=3.0.0``
``google-cloud-dataplex`` ``>=0.1.0``
``google-cloud-dataproc`` ``>=3.1.0``
``google-cloud-dataproc-metastore`` ``>=1.2.0,<2.0.0``
``google-cloud-dlp`` ``>=3.0.0,<3.8.0``
``google-cloud-dlp`` ``>=3.0.0``
``google-cloud-kms`` ``>=2.0.0``
``google-cloud-language`` ``>=1.1.1,<2.0.0``
``google-cloud-logging`` ``>=2.1.1``
Expand Down
4 changes: 2 additions & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@
"google-cloud-compute>=0.1.0,<2.0.0",
"google-cloud-container>=2.2.0,<3.0.0",
"google-cloud-datacatalog>=3.0.0",
"google-cloud-dataflow-client>=0.5.2,<0.5.5",
"google-cloud-dataflow-client>=0.5.2",
"google-cloud-dataform>=0.2.0",
"google-cloud-dataplex>=0.1.0",
"google-cloud-dataproc-metastore>=1.2.0,<2.0.0",
"google-cloud-dataproc>=3.1.0",
"google-cloud-dlp>=3.0.0,<3.8.0",
"google-cloud-dlp>=3.0.0",
"google-cloud-kms>=2.0.0",
"google-cloud-language>=1.1.1,<2.0.0",
"google-cloud-logging>=2.1.1",
Expand Down

0 comments on commit 864ff2e

Please sign in to comment.
  翻译: