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

MAINT Removes sortedcontainers, deprecated, and dateutil dependencies #1970

Merged
merged 5 commits into from
Nov 21, 2023

Conversation

thomasjpfan
Copy link
Member

@thomasjpfan thomasjpfan commented Nov 16, 2023

This PR removes the sortedcontainers, deprecated, and dateutil dependencies.

Type

  • Maintenance

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

This PR:

  • Removes the deprecated dependency.
  • Removes flytekit's direct dependency on sortedcontainers and dateutil. Flytekit still has dependencies that depend on sortedcontainers and dateutil.

Tracking Issue

Towards flyteorg/flyte#4418

@eapolinario
Copy link
Collaborator

We might need to fast-track the idea of providing storage extras (one for gcsfs, azure, etc).

@thomasjpfan thomasjpfan changed the title MAINT Removes sortedcontainers, deprecated, and urllib3 dependencies MAINT Removes sortedcontainers and deprecated dependencies Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c275011) 62.54% compared to head (8a3ce81) 62.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1970   +/-   ##
=======================================
  Coverage   62.54%   62.54%           
=======================================
  Files         313      313           
  Lines       23249    23249           
  Branches     3526     3526           
=======================================
  Hits        14540    14540           
  Misses       8286     8286           
  Partials      423      423           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Thomas J. Fan <[email protected]>
@thomasjpfan thomasjpfan changed the title MAINT Removes sortedcontainers and deprecated dependencies MAINT Removes sortedcontainers, deprecated, and dateutil dependencies Nov 20, 2023
@thomasjpfan
Copy link
Member Author

Looks like urllib3 is still required to keep pip happy with the other dependencies. I updated this PR by adding urllib3 back for now.

@eapolinario eapolinario merged commit a22fc9a into flyteorg:master Nov 21, 2023
73 checks passed
ringohoffman pushed a commit to ringohoffman/flytekit that referenced this pull request Nov 24, 2023
…flyteorg#1970)

* MAINT Remove sorted-containers, deprecated, and urllib3 dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* Add urllib to see if it fixes the dependency resolution

Signed-off-by: Thomas J. Fan <[email protected]>

* Remove dateutil

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
RRap0so pushed a commit to RRap0so/flytekit that referenced this pull request Dec 15, 2023
…flyteorg#1970)

* MAINT Remove sorted-containers, deprecated, and urllib3 dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* Add urllib to see if it fixes the dependency resolution

Signed-off-by: Thomas J. Fan <[email protected]>

* Remove dateutil

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Rafael Raposo <[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