From 608d75b4cb22bd9f4ecbbabc1eff33abb944ddec Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Tue, 6 May 2025 12:50:35 +0530 Subject: [PATCH] Adding upper bound to openlineage in optional dependencies --- providers/apache/spark/pyproject.toml | 2 +- providers/common/compat/pyproject.toml | 2 +- providers/common/io/pyproject.toml | 2 +- providers/common/sql/pyproject.toml | 2 +- providers/ftp/pyproject.toml | 2 +- providers/google/pyproject.toml | 2 +- providers/microsoft/mssql/pyproject.toml | 2 +- providers/mysql/pyproject.toml | 2 +- providers/postgres/pyproject.toml | 2 +- providers/sftp/pyproject.toml | 2 +- providers/trino/pyproject.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml index 59f86567ff862..b5ba70d454859 100644 --- a/providers/apache/spark/pyproject.toml +++ b/providers/apache/spark/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "apache-airflow-providers-cncf-kubernetes>=7.4.0", ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/common/compat/pyproject.toml b/providers/common/compat/pyproject.toml index a4667b7597120..e635e7826dd9c 100644 --- a/providers/common/compat/pyproject.toml +++ b/providers/common/compat/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ # Any change in the dependencies is preserved when the file is regenerated [project.optional-dependencies] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] "standard" = [ "apache-airflow-providers-standard" diff --git a/providers/common/io/pyproject.toml b/providers/common/io/pyproject.toml index c2c311699d3f1..d80f89f3b20de 100644 --- a/providers/common/io/pyproject.toml +++ b/providers/common/io/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "apache-airflow-providers-common-compat" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml index ee4fab49067ec..168c584425383 100644 --- a/providers/common/sql/pyproject.toml +++ b/providers/common/sql/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "pandas>=2.1.2,<2.2", ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] "polars" = [ "polars>=1.26.0" diff --git a/providers/ftp/pyproject.toml b/providers/ftp/pyproject.toml index 17d14f9052733..63f2cddb4ad0a 100644 --- a/providers/ftp/pyproject.toml +++ b/providers/ftp/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "apache-airflow-providers-common-compat" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index 97d19cb1c574a..fa0e5a01da55f 100644 --- a/providers/google/pyproject.toml +++ b/providers/google/pyproject.toml @@ -187,7 +187,7 @@ dependencies = [ "apache-airflow-providers-mysql" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] "postgres" = [ "apache-airflow-providers-postgres" diff --git a/providers/microsoft/mssql/pyproject.toml b/providers/microsoft/mssql/pyproject.toml index d9c9fcd19dbba..3336dd9225e60 100644 --- a/providers/microsoft/mssql/pyproject.toml +++ b/providers/microsoft/mssql/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ # Any change in the dependencies is preserved when the file is regenerated [project.optional-dependencies] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/mysql/pyproject.toml b/providers/mysql/pyproject.toml index 1aef594783052..fbeabdd9d4043 100644 --- a/providers/mysql/pyproject.toml +++ b/providers/mysql/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "apache-airflow-providers-amazon" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] "presto" = [ "apache-airflow-providers-presto" diff --git a/providers/postgres/pyproject.toml b/providers/postgres/pyproject.toml index 8b81c6662ed8e..4cb8ddf5d80cb 100644 --- a/providers/postgres/pyproject.toml +++ b/providers/postgres/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "apache-airflow-providers-amazon>=2.6.0", ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/sftp/pyproject.toml b/providers/sftp/pyproject.toml index bf8e4d7bc4509..4d3ff5d9ffaae 100644 --- a/providers/sftp/pyproject.toml +++ b/providers/sftp/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "apache-airflow-providers-common-compat" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups] diff --git a/providers/trino/pyproject.toml b/providers/trino/pyproject.toml index 27df0c2e308c0..1fac1464df050 100644 --- a/providers/trino/pyproject.toml +++ b/providers/trino/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "apache-airflow-providers-google" ] "openlineage" = [ - "apache-airflow-providers-openlineage" + "apache-airflow-providers-openlineage>=2.3.0" ] [dependency-groups]