Skip to content

Relax pandas dependency constraint to allow ^2.0.0 (#102) #164

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

Merged
merged 4 commits into from
Jul 12, 2023
Merged

Relax pandas dependency constraint to allow ^2.0.0 (#102) #164

merged 4 commits into from
Jul 12, 2023

Conversation

itsdani
Copy link
Contributor

@itsdani itsdani commented Jun 29, 2023

What type of PR is this?

  • Other

Description

This keeps all previous versions supported, while allowing the use of pandas >=2.0.0.
The <1.4.0 constraint for python 3.7 makes package resolution much faster since pandas >=1.4.0 doesn't support python 3.7 anyways.

How is this tested?

  • Unit tests (on python 3.7.17, 3.10.7 and 3.11.1)

Related Tickets & Documents

#102

This keeps all previous versions supported, while allowing the use of pandas `^2.0.0`.
The `<1.4.0` constraint for python 3.7 makes package resolution much
faster since `>=1.4.0` doesn't support python 3.7 anyways.

Signed-off-by: Daniel Segesdi <[email protected]>
@susodapop
Copy link
Contributor

Review coming soon 👀

@susodapop susodapop self-assigned this Jul 11, 2023
Jesse Whitehouse added 3 commits July 12, 2023 14:53
Copy link
Contributor

@susodapop susodapop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked out and ran the test suite locally with pandas==2.0.3. e2e and unit tests pass with Python 3.11.

@susodapop susodapop merged commit d7f76e4 into databricks:main Jul 12, 2023
susodapop pushed a commit to unj1m/databricks-sql-python that referenced this pull request Sep 19, 2023
Signed-off-by: Daniel Segesdi <[email protected]>
Signed-off-by: Jesse Whitehouse <[email protected]>
Co-authored-by: Jesse Whitehouse <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants