Skip to content

Commit 15bdd19

Browse files
committed
add werkzeug back since we need it unless we want to bump sendgrid to 6.12.2 which isnt possible for now
1 parent e6430c2 commit 15bdd19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies = [
6060
"apache-airflow>=2.10.0",
6161
"sendgrid>=6.0.0",
6262
"ecdsa>=0.19.1,<1", # remove when https://github.com/sendgrid/sendgrid-python/pull/1102 is solved
63+
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
6364
]
6465

6566
[dependency-groups]

0 commit comments

Comments
 (0)