Skip to content

Commit ef6846d

Browse files
committed
Bump min version of sendgrid sdk
1 parent 41f351c commit ef6846d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +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
61+
"sendgrid>=6.12.2",
6362
]
6463

6564
[dependency-groups]

0 commit comments

Comments
 (0)