From ee89254717512f536ec5b5921fd3dd239751b572 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Mon, 6 Jan 2025 18:22:23 -0500 Subject: [PATCH] fix(airflow): fix tests with Airflow 2.4 The fact that we can't use the constraints files with Airflow 2.3 and 2.4 means that these issues will continue to happen. We probably should drop support for those versions. --- metadata-ingestion-modules/airflow-plugin/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata-ingestion-modules/airflow-plugin/setup.py b/metadata-ingestion-modules/airflow-plugin/setup.py index 2693aab0700da3..d07063dbffc5c4 100644 --- a/metadata-ingestion-modules/airflow-plugin/setup.py +++ b/metadata-ingestion-modules/airflow-plugin/setup.py @@ -119,6 +119,7 @@ def get_long_description(): "pendulum<3.0", "Flask-Session<0.6.0", "connexion<3.0", + "marshmallow<3.24.0", }, }