diff --git a/providers/sendgrid/pyproject.toml b/providers/sendgrid/pyproject.toml index b02d50baf44a6..0aa5db979ce34 100644 --- a/providers/sendgrid/pyproject.toml +++ b/providers/sendgrid/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ # workaround conflicts with fab for Python 3.12 https://github.com/apache/airflow/pull/50221#issuecomment-2926765112 # can be set to sendgrid>=6.12.3 when we upgrade to fab 5 "sendgrid>=6.12.3; python_version < '3.12'", - "sendgrid<6.12.3; python_version >= '3.12'" + "sendgrid>=6.0.0,<6.12.3; python_version >= '3.12'", ] [dependency-groups]