This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 38ecd4c4da Bump min common-sql provider version for Google provider
(#34257)
38ecd4c4da is described below
commit 38ecd4c4da65310f9461df769d274cb78b122630
Author: Pankaj Koti <[email protected]>
AuthorDate: Mon Sep 11 02:49:31 2023 +0530
Bump min common-sql provider version for Google provider (#34257)
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.
---
airflow/providers/google/provider.yaml | 2 +-
generated/provider_dependencies.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/google/provider.yaml
b/airflow/providers/google/provider.yaml
index 95f7755ec0..34cf3b5a16 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -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
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index fe4f087de4..477bb313b2 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -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",