Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
585e7edc334db3e051441aa73afdec7b
c0ce0d36e7ecaf5406cd9910774b2bc8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45cd8908b3194e37af5146bd0f69e973
4e330b96a0802f7854631f0578d9a770
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53c659a34bafdcf7c012eb578dab893f
f308e97af5a7f47147b006ed66af2c1c
2 changes: 1 addition & 1 deletion providers/sendgrid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Sendgrid
description: |
`Sendgrid <https://sendgrid.com/>`__

state: not-ready # change to ready when https://github.com/sendgrid/sendgrid-python/pull/1098 is fixed
state: ready
source-date-epoch: 1743477884
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
Expand Down
2 changes: 1 addition & 1 deletion providers/sendgrid/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ requires-python = "~=3.9"
dependencies = [
"apache-airflow>=2.10.0",
"sendgrid>=6.0.0",
"werkzeug>=2.2,<4", # remove when https://github.com/sendgrid/sendgrid-python/pull/1098 is resolved
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
]

[dependency-groups]
Expand Down