We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f351c commit ef6846dCopy full SHA for ef6846d
providers/sendgrid/pyproject.toml
@@ -58,8 +58,7 @@ requires-python = "~=3.9"
58
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
59
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
+ "sendgrid>=6.12.2",
63
]
64
65
[dependency-groups]
0 commit comments