Skip to content

Commit f5cb98b

Browse files
authored
Mark sendgrid provider as ready (#50345)
* Mark sendgrid provider as ready * remove comment
1 parent 61b5814 commit f5cb98b

8 files changed

+11
-11
lines changed

dev/breeze/doc/images/output_release-management_generate-issue-content-providers.svg

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
585e7edc334db3e051441aa73afdec7b
1+
c0ce0d36e7ecaf5406cd9910774b2bc8

dev/breeze/doc/images/output_release-management_prepare-provider-distributions.svg

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45cd8908b3194e37af5146bd0f69e973
1+
4e330b96a0802f7854631f0578d9a770

dev/breeze/doc/images/output_release-management_prepare-provider-documentation.svg

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53c659a34bafdcf7c012eb578dab893f
1+
f308e97af5a7f47147b006ed66af2c1c

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
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)