diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml index 3c8ad4bc7276e..ecf862b7ea210 100644 --- a/providers/common/sql/pyproject.toml +++ b/providers/common/sql/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723 # In addition FAB also limit sqlalchemy to < 2.0 - "pandas>=2.1.2,<2.2", + "pandas[sql-other]>=2.1.2,<2.2", ] "openlineage" = [ "apache-airflow-providers-openlineage" diff --git a/providers/presto/pyproject.toml b/providers/presto/pyproject.toml index 1325df2cb835c..dead36cb3a027 100644 --- a/providers/presto/pyproject.toml +++ b/providers/presto/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723 # In addition FAB also limit sqlalchemy to < 2.0 - "pandas>=2.1.2,<2.2", + "pandas[postgres]>=2.1.2,<2.2", ] # The optional dependencies should be modified in place in the generated file