Skip to content

Commit

Permalink
Bump min common-sql provider version for Google provider (#34257)
Browse files Browse the repository at this point in the history
With PR #34018, the google provider depends on the common-sql
provider changes that are getting released in the 1.7.2 version
of the common-sql provider. Hence, bump the minimum common-sql
provider version to 1.7.2 in the Google provider dependencies.
  • Loading branch information
pankajkoti committed Sep 10, 2023
1 parent 18c6c37 commit 38ecd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ versions:

dependencies:
- apache-airflow>=2.4.0
- apache-airflow-providers-common-sql>=1.3.1
- apache-airflow-providers-common-sql>=1.7.2
- asgiref>=3.5.2
- gcloud-aio-auth>=4.0.0,<5.0.0
- gcloud-aio-bigquery>=6.1.2
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"google": {
"deps": [
"PyOpenSSL",
"apache-airflow-providers-common-sql>=1.3.1",
"apache-airflow-providers-common-sql>=1.7.2",
"apache-airflow>=2.4.0",
"asgiref>=3.5.2",
"gcloud-aio-auth>=4.0.0,<5.0.0",
Expand Down

0 comments on commit 38ecd4c

Please sign in to comment.