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 8a0f410010 Update openlineage provider to min version of airflow 2.7.0
(#32882)
8a0f410010 is described below
commit 8a0f410010cc39ce8d31ee7b64a352fbd2ad19ef
Author: eladkal <[email protected]>
AuthorDate: Fri Jul 28 09:24:23 2023 +0300
Update openlineage provider to min version of airflow 2.7.0 (#32882)
---
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 e79e0691db..bbaa6a5fc9 100644
--- a/airflow/providers/openlineage/provider.yaml
+++ b/airflow/providers/openlineage/provider.yaml
@@ -26,7 +26,7 @@ versions:
- 1.0.0
dependencies:
- - apache-airflow>=2.6.0
+ - apache-airflow>=2.7.0
- apache-airflow-providers-common-sql>=1.3.1
- attrs>=22.2
- openlineage-integration-common>=0.28.0
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index b783da6b8c..23c9c7f14b 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -653,7 +653,7 @@
"openlineage": {
"deps": [
"apache-airflow-providers-common-sql>=1.3.1",
- "apache-airflow>=2.6.0",
+ "apache-airflow>=2.7.0",
"attrs>=22.2",
"openlineage-integration-common>=0.28.0",
"openlineage-python>=0.28.0"