Skip to content

Commit 7b47cb1

Browse files
authored
Add lower bound to Sendgrid after #50221 (#51278)
1 parent 9035b63 commit 7b47cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/sendgrid/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
# workaround conflicts with fab for Python 3.12 https://github.com/apache/airflow/pull/50221#issuecomment-2926765112
6262
# can be set to sendgrid>=6.12.3 when we upgrade to fab 5
6363
"sendgrid>=6.12.3; python_version < '3.12'",
64-
"sendgrid<6.12.3; python_version >= '3.12'"
64+
"sendgrid>=6.0.0,<6.12.3; python_version >= '3.12'",
6565
]
6666

6767
[dependency-groups]

0 commit comments

Comments
 (0)