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 #134: compare Pydantic version string correctly #136

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

kddubey
Copy link
Contributor

@kddubey kddubey commented Apr 20, 2024

Fix #134.

Adds a new dependency: packaging. It has no dependencies and works w/ Python 3.8+.

See docs for packaging.version.Version

@codecov-commenter
Copy link

codecov-commenter commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.01%. Comparing base (7398f29) to head (fe1166d).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #136   +/-   ##
=======================================
  Coverage   94.00%   94.01%           
=======================================
  Files           5        5           
  Lines         684      685    +1     
=======================================
+ Hits          643      644    +1     
  Misses         41       41           

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

@martinjm97 martinjm97 merged commit 821c08c into swansonk14:main Apr 20, 2024
15 checks passed
@martinjm97
Copy link
Collaborator

Thank you for the fix!

@kddubey kddubey deleted the fix-version-checks branch April 20, 2024 08:35
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.

Versions should not be compared as strings
3 participants