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

fix(deps): Make a explicit dependency on python-dateutil #2076

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

edgarrmondragon
Copy link
Collaborator

@edgarrmondragon edgarrmondragon commented Nov 28, 2023

Currently we have a transitive dependency on
python-dateutil via pendulum.

We actually rely on direct calls to its API, so it's better to list it as an explicit dependency in order not to break more stuff than necessary if we ever remove the dependency on Pendulum.


📚 Documentation preview 📚: https://meltano-sdk--2076.org.readthedocs.build/en/2076/

Copy link

codspeed-hq bot commented Nov 28, 2023

CodSpeed Performance Report

Merging #2076 will not alter performance

Comparing edgarrmondragon/fix/python-dateutil-dep (05242ea) with main (34027f9)

Summary

✅ 4 untouched benchmarks

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a2cdfe8) 87.65% compared to head (df6a19f) 87.65%.
Report is 1 commits behind head on main.

❗ Current head df6a19f differs from pull request most recent head 05242ea. Consider uploading reports for the commit 05242ea to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2076   +/-   ##
=======================================
  Coverage   87.65%   87.65%           
=======================================
  Files          60       60           
  Lines        4940     4940           
  Branches     1006     1006           
=======================================
  Hits         4330     4330           
  Misses        429      429           
  Partials      181      181           

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

@edgarrmondragon edgarrmondragon changed the title fix(deps): Make a explicit dependeny on python-dateutil fix(deps): Make a explicit dependency on python-dateutil Nov 29, 2023
Currently we have a _transitive_ dependency on
[`python-dateutil`](https://github.com/dateutil/dateutil) via [`pendulum`](https://github.com/sdispater/pendulum).

We actually rely on direct calls to its API, so it's better to list it
as an explicit dependency to allow breaking stuff if we ever remove the
dependency on Pendulum.
@edgarrmondragon edgarrmondragon force-pushed the edgarrmondragon/fix/python-dateutil-dep branch from df6a19f to 05242ea Compare November 29, 2023 23:08
@edgarrmondragon edgarrmondragon marked this pull request as ready for review November 29, 2023 23:11
@edgarrmondragon edgarrmondragon requested review from a team and kgpayne as code owners November 29, 2023 23:11
@edgarrmondragon edgarrmondragon merged commit d6c9ef0 into main Nov 29, 2023
25 checks passed
@edgarrmondragon edgarrmondragon deleted the edgarrmondragon/fix/python-dateutil-dep branch November 29, 2023 23:11
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.

1 participant