We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7261c20 commit 8d1af03Copy full SHA for 8d1af03
providers/sendgrid/pyproject.toml
@@ -59,7 +59,7 @@ requires-python = "~=3.9"
59
dependencies = [
60
"apache-airflow>=2.10.0",
61
"sendgrid>=6.0.0",
62
- "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
63
]
64
65
[dependency-groups]
0 commit comments