Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set min pandas dependency to 1.2.5 for all providers and airflow #36698

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 9, 2024

We had some REALLY old minimum version of Pandas set for all our pandas dependency - Pandas 0.17.1 has been released in 2015 (!)

Looking at the dependency tree - most of our dependencies had

1.2.5 set - which is more than reasonable limit as Pandas 1.2.5
had been released in June 2021 - so more than 2.5 years ago.

This limit bump further helps us to limit the pip backtracking that starts happening in certain situations.

Extracted from: #36537


^ 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 newsfragments.

We had some REALLY old minimum version of Pandas set for all our
pandas dependency - Pandas 0.17.1 has been released in 2015 (!)

Looking at the dependency tree - most of our dependencies had
> 1.2.5 set - which is more than reasonable limit as Pandas 1.2.5
had been released in June 2021 - so more than 2.5 years ago.

This limit bump further helps us to limit the pip backtracking
that starts happening in certain situations.

Extracted from: apache#36537
@potiuk potiuk force-pushed the upgrade-min-pandas-version-everywhere branch from 92bb14e to 85feaee Compare January 9, 2024 20:47
@potiuk potiuk merged commit ecb2c9f into apache:main Jan 9, 2024
78 checks passed
@potiuk potiuk deleted the upgrade-min-pandas-version-everywhere branch January 9, 2024 21:58
@ephraimbuddy ephraimbuddy added the type:misc/internal Changelog: Misc changes that should appear in change log label Jan 10, 2024
@ephraimbuddy ephraimbuddy added this to the Airflow 2.8.1 milestone Jan 10, 2024
ephraimbuddy pushed a commit that referenced this pull request Jan 11, 2024
)

We had some REALLY old minimum version of Pandas set for all our
pandas dependency - Pandas 0.17.1 has been released in 2015 (!)

Looking at the dependency tree - most of our dependencies had
> 1.2.5 set - which is more than reasonable limit as Pandas 1.2.5
had been released in June 2021 - so more than 2.5 years ago.

This limit bump further helps us to limit the pip backtracking
that starts happening in certain situations.

Extracted from: #36537

(cherry picked from commit ecb2c9f)
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
…che#36698)

We had some REALLY old minimum version of Pandas set for all our
pandas dependency - Pandas 0.17.1 has been released in 2015 (!)

Looking at the dependency tree - most of our dependencies had
> 1.2.5 set - which is more than reasonable limit as Pandas 1.2.5
had been released in June 2021 - so more than 2.5 years ago.

This limit bump further helps us to limit the pip backtracking
that starts happening in certain situations.

Extracted from: apache#36537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants