Skip to content

Commit b01eec7

Browse files
committed
Bump min version of sendgrid sdk
1 parent 1ab2474 commit b01eec7

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-
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
61+
"sendgrid>=6.12.0",
6362
]
6463

6564
[dependency-groups]

0 commit comments

Comments
 (0)