Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jul 19, 2025

Without those extras pandas does not impose limitations on sqlalchemy version used - but it is really an implicit dependency of pandas, when it is used for sqlalchemy interactions.

This will drop constraint version of pandas for Airflow 3 to 2.1 and it is really a conflicting dependency for Python 3.13 where only pandas 2.2.3 can be used but it requires sqlalchemy 2. This extra should be added while migrating to sqlalchemy 2 is complete.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

Without those extras pandas does not impose limitations on sqlalchemy
version used - but it is really an implicit dependency of pandas,
when it is used for sqlalchemy interactions.

This will drop constraint version of pandas for Airflow 3 to 2.1 and
it is really a conflicting dependency for Python 3.13 where only pandas
2.2.3 can be used but it requires sqlalchemy 2. This extra should
be added while migrating to sqlalchemy 2 is complete.
@potiuk potiuk requested a review from eladkal as a code owner July 19, 2025 13:07
@potiuk potiuk added the all versions If set, the CI build will be forced to use all versions of Python/K8S/DBs label Jul 19, 2025
@potiuk potiuk closed this Jul 19, 2025
@potiuk potiuk reopened this Jul 19, 2025
@potiuk
Copy link
Member Author

potiuk commented Jul 19, 2025

Added "all versions" label.

@potiuk potiuk merged commit ff084ed into apache:main Jul 19, 2025
309 of 321 checks passed
@potiuk potiuk deleted the add-extras-to-pandas branch July 19, 2025 14:50
potiuk added a commit to potiuk/airflow that referenced this pull request Jul 19, 2025
…y is needed (apache#53535)

Without those extras pandas does not impose limitations on sqlalchemy
version used - but it is really an implicit dependency of pandas,
when it is used for sqlalchemy interactions.

This will drop constraint version of pandas for Airflow 3 to 2.1 and
it is really a conflicting dependency for Python 3.13 where only pandas
2.2.3 can be used but it requires sqlalchemy 2. This extra should
be added while migrating to sqlalchemy 2 is complete.
(cherry picked from commit ff084ed)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
potiuk added a commit that referenced this pull request Jul 19, 2025
…y is needed (#53535) (#53539)

Without those extras pandas does not impose limitations on sqlalchemy
version used - but it is really an implicit dependency of pandas,
when it is used for sqlalchemy interactions.

This will drop constraint version of pandas for Airflow 3 to 2.1 and
it is really a conflicting dependency for Python 3.13 where only pandas
2.2.3 can be used but it requires sqlalchemy 2. This extra should
be added while migrating to sqlalchemy 2 is complete.
(cherry picked from commit ff084ed)
@potiuk potiuk mentioned this pull request Aug 1, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

all versions If set, the CI build will be forced to use all versions of Python/K8S/DBs area:providers provider:common-sql provider:presto

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants