Skip to content

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

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:upgrade-min-pandas-version-everywhere
Jan 9, 2024
Merged

Set min pandas dependency to 1.2.5 for all providers and airflow#36698
potiuk merged 1 commit into
apache:mainfrom
potiuk:upgrade-min-pandas-version-everywhere

Conversation

@potiuk

Copy link
Copy Markdown
Member

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
potiukforce-pushed the upgrade-min-pandas-version-everywhere branch from 92bb14e to 85feaeeCompareJanuary 9, 2024 20:47
@potiuk
potiuk merged commit ecb2c9f into apache:mainJan 9, 2024
@potiuk
potiuk deleted the upgrade-min-pandas-version-everywhere branch January 9, 2024 21:58
@ephraimbuddyephraimbuddy added the type:misc/internal Changelog: Misc changes that should appear in change log label Jan 10, 2024
@ephraimbuddyephraimbuddy 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)
Sign up for freeto 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

@potiuk@Taragolis@hussein-awala@eladkal@vincbeck@ephraimbuddy