From 42c0631a570a6872e8ab9c60599f5ecf97128a4d Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 10 Apr 2025 09:50:27 -0400 Subject: [PATCH] Remove werkzeug from sendgrid Werkzeug (via flask) for now is stil airflow dependency and likely at most it should have been added as devel dependncy for sendgrid so we should remove it. --- providers/sendgrid/README.rst | 1 - providers/sendgrid/pyproject.toml | 1 - 2 files changed, 2 deletions(-) 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]