Skip to content

Commit 6f12d6e

Browse files
committed
Bump min version of sendgrid sdk
1 parent 7d6a18a commit 6f12d6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ requires-python = "~=3.9"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"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
61+
"sendgrid>=6.12.3",
6462
]
6563

6664
[dependency-groups]

0 commit comments

Comments
 (0)