This is an automated email from the ASF dual-hosted git repository.

eladkal 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 ae96c234202 add werkzeug back since we need it unless we want to bump 
sendgrid to 6.12.2 which isnt possible for now (#50553)
ae96c234202 is described below

commit ae96c234202e9ee80a7f0bc17aef45c1c0844397
Author: Matheus Vitório <[email protected]>
AuthorDate: Wed May 14 08:49:30 2025 +0200

    add werkzeug back since we need it unless we want to bump sendgrid to 
6.12.2 which isnt possible for now (#50553)
---
 providers/sendgrid/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/providers/sendgrid/pyproject.toml 
b/providers/sendgrid/pyproject.toml
index 454fe8cf361..d2369466da1 100644
--- a/providers/sendgrid/pyproject.toml
+++ b/providers/sendgrid/pyproject.toml
@@ -60,6 +60,7 @@ dependencies = [
     "apache-airflow>=2.10.0",
     "sendgrid>=6.0.0",
     "ecdsa>=0.19.1,<1", # remove when 
https://github.com/sendgrid/sendgrid-python/pull/1102 is solved
+    "werkzeug>=2.2,<4", # Temporary till we can merge 
https://github.com/apache/airflow/pull/50221
 ]
 
 [dependency-groups]

Reply via email to