From 664e4f9ff4fbf979af59e7e631a25e4d740e79c7 Mon Sep 17 00:00:00 2001 From: Matheus Cunha Date: Tue, 13 May 2025 13:41:14 +0200 Subject: [PATCH] fix ci: remove werkzeug and add ecdsa for dependencies of sendgrid --- providers/sendgrid/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/sendgrid/pyproject.toml b/providers/sendgrid/pyproject.toml index 9f4a34fbb3daf..454fe8cf3613e 100644 --- a/providers/sendgrid/pyproject.toml +++ b/providers/sendgrid/pyproject.toml @@ -59,7 +59,7 @@ requires-python = "~=3.9" dependencies = [ "apache-airflow>=2.10.0", "sendgrid>=6.0.0", - "werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221 + "ecdsa>=0.19.1,<1", # remove when https://github.com/sendgrid/sendgrid-python/pull/1102 is solved ] [dependency-groups]