We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6a18a commit 6f12d6eCopy full SHA for 6f12d6e
providers/sendgrid/pyproject.toml
@@ -58,9 +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
63
- "werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
+ "sendgrid>=6.12.3",
64
]
65
66
[dependency-groups]
0 commit comments