From a88e15c0d2db2260c939de2d902940f037f94dca Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Tue, 22 Apr 2025 15:08:28 -0400 Subject: [PATCH] fix(ci): ensure extra airflow requirements are respected (#13289) --- metadata-ingestion-modules/airflow-plugin/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion-modules/airflow-plugin/setup.py b/metadata-ingestion-modules/airflow-plugin/setup.py index 9aaa05e504..af4f9fcacc 100644 --- a/metadata-ingestion-modules/airflow-plugin/setup.py +++ b/metadata-ingestion-modules/airflow-plugin/setup.py @@ -26,7 +26,7 @@ base_requirements = { f"acryl-datahub[datahub-rest]{_self_pin}", # We require Airflow 2.3.x at minimum, since we need the new DAG listener API. # We pin to 2.5.x, since we also need typing-extensions>=4.5 in acryl-datahub. - "apache-airflow>=2.5.0", + "apache-airflow>=2.5.0,<3", } plugins: Dict[str, Set[str]] = {