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]