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

Loosen pinned versions #781

Merged
merged 1 commit into from Jul 29, 2020
Merged

Loosen pinned versions #781

merged 1 commit into from Jul 29, 2020

Conversation

rytilahti
Copy link
Owner

  • Most of the cases depend now only on the same major version
  • Special cases:
    • attrs: https://www.attrs.org/en/stable/backward-compatibility.html
    • pytz: uses YEAR.x format, considering we only use very basic API there should be no breakages
    • python ^3.6.5
    • construct ^2.10.56: was previously prone to break compatibility between any releases, but there has been no new releases for a while

Fixes #779, fixes #780

* Most of the cases depend now only on the same major version
* Special cases:
  * attrs: https://www.attrs.org/en/stable/backward-compatibility.html
  * pytz: uses YEAR.x format, considering we only use very basic API there should be no breakages
  * python ^3.6.5
  * construct ^2.10.56: was previously prone to break compatibility between any releases, but there has been no new releases for a while
@rytilahti rytilahti force-pushed the janitor/cleanup_dependency_pins branch from 6662b72 to e1eb9f3 Compare July 29, 2020 17:06
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.03% when pulling e1eb9f3 on janitor/cleanup_dependency_pins into d823e22 on master.

@rytilahti rytilahti merged commit 30752c3 into master Jul 29, 2020
@rytilahti rytilahti deleted the janitor/cleanup_dependency_pins branch July 29, 2020 17:19
xvlady pushed a commit to xvlady/python-miio that referenced this pull request May 9, 2021
* Most of the cases depend now only on the same major version
* Special cases:
  * attrs: https://www.attrs.org/en/stable/backward-compatibility.html
  * pytz: uses YEAR.x format, considering we only use very basic API there should be no breakages
  * python ^3.6.5
  * construct ^2.10.56: was previously prone to break compatibility between any releases, but there has been no new releases for a while
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants