We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6430c2 commit 15bdd19Copy full SHA for 15bdd19
1 file changed
providers/sendgrid/pyproject.toml
@@ -60,6 +60,7 @@ dependencies = [
60
"apache-airflow>=2.10.0",
61
"sendgrid>=6.0.0",
62
"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
64
]
65
66
[dependency-groups]
0 commit comments