Skip to content

Commit c88bf69

Browse files
authored
Bump min version of sendgrid sdk (#50221)
* Bump min version of sendgrid sdk * fix versions
1 parent e037932 commit c88bf69

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

providers/sendgrid/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +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.0.0",
62-
"ecdsa>=0.19.1,<1", # remove when https://github.com/sendgrid/sendgrid-python/pull/1102 is solved
63-
"werkzeug>=2.2,<4", # Temporary till we can merge https://github.com/apache/airflow/pull/50221
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'"
6465
]
6566

6667
[dependency-groups]

0 commit comments

Comments
 (0)