diff --git a/providers/sendgrid/pyproject.toml b/providers/sendgrid/pyproject.toml index 8d31103391855..6fe24ba2ff4d1 100644 --- a/providers/sendgrid/pyproject.toml +++ b/providers/sendgrid/pyproject.toml @@ -58,9 +58,10 @@ requires-python = ">=3.10" dependencies = [ "apache-airflow>=2.10.0", # workaround conflicts with fab for Python 3.12 https://github.com/apache/airflow/pull/50221#issuecomment-2926765112 - # can be set to sendgrid>=6.12.3 when we upgrade to fab 5 + # can be set to sendgrid>=6.12.3 when we upgrade to fab 5 and remove Werkzeug dependency "sendgrid>=6.12.3; python_version < '3.12'", "sendgrid>=6.0.0,<6.12.3; python_version >= '3.12'", + "werkzeug>=2.2,<4; python_version >= '3.12'", ] [dependency-groups]