Skip to content

Commit 6e50d1c

Browse files
committed
Mark sendgrid provider as ready
1 parent cbf2f97 commit 6e50d1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

providers/sendgrid/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: Sendgrid
2121
description: |
2222
`Sendgrid <https://sendgrid.com/>`__
2323
24-
state: not-ready # change to ready when https://github.com/sendgrid/sendgrid-python/pull/1098 is fixed
24+
state: ready # change to ready when https://github.com/sendgrid/sendgrid-python/pull/1098 is fixed
2525
source-date-epoch: 1743477884
2626
# Note that those versions are maintained by release manager - do not update them manually
2727
# with the exception of case where other provider in sources has >= new provider version.

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ requires-python = "~=3.9"
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
6161
"sendgrid>=6.0.0",
62-
"werkzeug>=2.2,<4", # remove when https://github.com/sendgrid/sendgrid-python/pull/1098 is resolved
62+
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
6363
]
6464

6565
[dependency-groups]

0 commit comments

Comments
 (0)