diff --git a/providers/sendgrid/README.rst b/providers/sendgrid/README.rst index 0b9dd9a597d2e..88780b0980a81 100644 --- a/providers/sendgrid/README.rst +++ b/providers/sendgrid/README.rst @@ -55,7 +55,6 @@ PIP package Version required ================== ================== ``apache-airflow`` ``>=2.9.0`` ``sendgrid`` ``>=6.0.0`` -``werkzeug`` ``>=2.2,<4`` ================== ================== The changelog for the provider package can be found in the diff --git a/providers/sendgrid/pyproject.toml b/providers/sendgrid/pyproject.toml index eef15a1763a49..1f06bde69a907 100644 --- a/providers/sendgrid/pyproject.toml +++ b/providers/sendgrid/pyproject.toml @@ -59,7 +59,6 @@ requires-python = "~=3.9" dependencies = [ "apache-airflow>=2.9.0", "sendgrid>=6.0.0", - "werkzeug>=2.2,<4", ] [dependency-groups]