-
-
Notifications
You must be signed in to change notification settings - Fork 279
Relax runtime dependency specifications #684
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
Conversation
Poetry [automatically adds](https://python-poetry.org/docs/pyproject/#classifiers) Python and licence classifiers.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #684 +/- ##
==========================================
- Coverage 98.08% 98.02% -0.06%
==========================================
Files 40 40
Lines 1720 1723 +3
==========================================
+ Hits 1687 1689 +2
- Misses 33 34 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
`charset-normalizer` [claims to follow semver convention](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md).
Description
Relaxes overly strict runtime dependency specifications for semver packages.
Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testExpected behavior
Allows for
commitizen
to be installed alongside current versions of runtime dependencies.Steps to Test This Pull Request
Additional context
Closes #683