We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9035b63 commit 7b47cb1Copy full SHA for 7b47cb1
1 file changed
providers/sendgrid/pyproject.toml
@@ -61,7 +61,7 @@ dependencies = [
61
# workaround conflicts with fab for Python 3.12 https://github.com/apache/airflow/pull/50221#issuecomment-2926765112
62
# can be set to sendgrid>=6.12.3 when we upgrade to fab 5
63
"sendgrid>=6.12.3; python_version < '3.12'",
64
- "sendgrid<6.12.3; python_version >= '3.12'"
+ "sendgrid>=6.0.0,<6.12.3; python_version >= '3.12'",
65
]
66
67
[dependency-groups]
0 commit comments