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 @@
1bdae6a2bc0e1d0208214760e93cd971
ddf6a4a1535265fe9113b751bab1fb5c
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 @@
dee1f7f89c5b0d974f2b7b5e65d7eaac
ff2a567bbc5ac093d505cd077f8e00ad
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 @@
a3d122555ba87f1510c8cca9715e6a93
0c23a9ad16b9f573b8d5e4bb16950036
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: ready
state: not-ready # change to ready when https://github.com/sendgrid/sendgrid-python/pull/1098 is fixed
source-date-epoch: 1743477884
# note that those versions are maintained by release manager - do not update them manually
versions:
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.9.0",
"sendgrid>=6.0.0",
"werkzeug>=2.2,<4",
"werkzeug>=2.2,<4", # remove when https://github.com/sendgrid/sendgrid-python/pull/1098 is resolved
]

[dependency-groups]
Expand Down