This is an automated email from the ASF dual-hosted git repository.

eladkal 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 5c8223c335 Bump common-sql version in  provider (#32907)
5c8223c335 is described below

commit 5c8223c33598f06820aa215f2cd07760ccbb063e
Author: eladkal <[email protected]>
AuthorDate: Fri Jul 28 10:54:31 2023 +0300

    Bump common-sql version in  provider (#32907)
    
    The support for openlineage was added in 
apache-airflow-providers-common-sql==1.6.0
---
 airflow/providers/openlineage/provider.yaml | 2 +-
 generated/provider_dependencies.json        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/providers/openlineage/provider.yaml 
b/airflow/providers/openlineage/provider.yaml
index bbaa6a5fc9..2a2c1a6669 100644
--- a/airflow/providers/openlineage/provider.yaml
+++ b/airflow/providers/openlineage/provider.yaml
@@ -27,7 +27,7 @@ versions:
 
 dependencies:
   - apache-airflow>=2.7.0
-  - apache-airflow-providers-common-sql>=1.3.1
+  - apache-airflow-providers-common-sql>=1.6.0
   - attrs>=22.2
   - openlineage-integration-common>=0.28.0
   - openlineage-python>=0.28.0
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index 23c9c7f14b..5a0ddbc68a 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -652,7 +652,7 @@
   },
   "openlineage": {
     "deps": [
-      "apache-airflow-providers-common-sql>=1.3.1",
+      "apache-airflow-providers-common-sql>=1.6.0",
       "apache-airflow>=2.7.0",
       "attrs>=22.2",
       "openlineage-integration-common>=0.28.0",

Reply via email to