From b5af01ba88a554f89c81c39681b828465d3864bb Mon Sep 17 00:00:00 2001 From: Matheus Cunha Date: Tue, 13 May 2025 18:52:51 +0200 Subject: [PATCH] add werkzeug back since we need it unless we want to bump sendgrid to 6.12.2 which isnt possible for now --- providers/sendgrid/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/sendgrid/pyproject.toml b/providers/sendgrid/pyproject.toml index 454fe8cf3613e..d2369466da1d6 100644 --- a/providers/sendgrid/pyproject.toml +++ b/providers/sendgrid/pyproject.toml @@ -60,6 +60,7 @@ dependencies = [ "apache-airflow>=2.10.0", "sendgrid>=6.0.0", "ecdsa>=0.19.1,<1", # remove when https://github.com/sendgrid/sendgrid-python/pull/1102 is solved + "werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221 ] [dependency-groups]