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