This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3867e550a1f fix ci: remove werkzeug and add ecdsa for dependencies of
sendgrid (#50534)
3867e550a1f is described below
commit 3867e550a1fd79dfddc3c8cfc83e3aa8f5f2c2a0
Author: Matheus Vitório <[email protected]>
AuthorDate: Tue May 13 14:10:31 2025 +0200
fix ci: remove werkzeug and add ecdsa for dependencies of sendgrid (#50534)
---
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 9f4a34fbb3d..454fe8cf361 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]