Skip to content

Commit 8d1af03

Browse files
mvfcsanederchik
authored andcommitted
fix ci: remove werkzeug and add ecdsa for dependencies of sendgrid (apache#50534)
1 parent 7261c20 commit 8d1af03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ requires-python = "~=3.9"
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
6161
"sendgrid>=6.0.0",
62-
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
62+
"ecdsa>=0.19.1,<1", # remove when https://github.com/sendgrid/sendgrid-python/pull/1102 is solved
6363
]
6464

6565
[dependency-groups]

0 commit comments

Comments
 (0)