From 184ada65c22bad8071a46fcba9bc03d18ebbed63 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Thu, 2 Nov 2023 17:42:54 +0000 Subject: [PATCH] Fix issue related to Airflow 2.4 & Werkzeug =>3 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47e770de2..cd90c8d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,8 @@ dependencies = [ "types-attrs", "types-requests", "types-python-dateutil", - "apache-airflow" + "apache-airflow", + "Werkzeug<3.0.0", ] [[tool.hatch.envs.tests.matrix]]