Skip to content

Commit 693e175

Browse files
committed
fix versions
1 parent 006ab93 commit 693e175

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

providers/sendgrid/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ requires-python = "~=3.9"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"sendgrid>=6.12.3",
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'"
6265
]
6366

6467
[dependency-groups]

0 commit comments

Comments
 (0)