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

Unpin pandas upperbound dependency #620

Merged
merged 2 commits into from
Aug 9, 2022
Merged

Unpin pandas upperbound dependency #620

merged 2 commits into from
Aug 9, 2022

Conversation

utkarsharma2
Copy link
Collaborator

Description

What is the current behavior?

We have pinned Pandas library

astro-sdk/pyproject.toml

Line 19 in 6b90c92
"pandas>=1.3.4,<=1.3.5",

This was done in #130 but a lot of things have changed since. Let's investigate if this pin (upper bound) is still required.

Related Slack thread: https://astronomer.slack.com/archives/C03868KGF2Q/p1659546153698379?thread_ts=1659545419.511649&cid=C03868KGF2Q

closes: #604

What is the new behavior?

unpinned the upper bound of pandas dependency

Does this introduce a breaking change?

Nope

@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #620 (4b9433a) into main (e27bd78) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #620   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files          41       41           
  Lines        1672     1672           
  Branches      211      211           
=======================================
  Hits         1560     1560           
  Misses         89       89           
  Partials       23       23           
Impacted Files Coverage Δ
src/astro/constants.py 93.75% <0.00%> (ø)
src/astro/databases/postgres.py 73.23% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -16,7 +16,7 @@ requires-python = ">=3.7"
dependencies = [
"apache-airflow>=2.0",
"markupsafe>=1.1.1,<2.1.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Worth investigating in a separate PR/issue if we can remove markupsafe

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@kaxil I'll create a ticket for the same. Should it be part of this sprint?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes please

@utkarsharma2 utkarsharma2 changed the title Try unpinning pandas dependency Unpin pandas upperbound dependency Aug 9, 2022
@kaxil kaxil merged commit 6bc6aa5 into main Aug 9, 2022
@kaxil kaxil deleted the UnpinPandas branch August 9, 2022 14:13
@utkarsharma2 utkarsharma2 self-assigned this Aug 11, 2022
kaxil pushed a commit that referenced this pull request Aug 18, 2022
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.

Investigate if we can unpin pandas
2 participants