Skip to content

Loosen pinned versions - #781

Merged
rytilahti merged 1 commit into
masterfrom
janitor/cleanup_dependency_pins
Jul 29, 2020
Merged

Loosen pinned versions#781
rytilahti merged 1 commit into
masterfrom
janitor/cleanup_dependency_pins

Conversation

@rytilahti

Copy link
Copy Markdown
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
Copy Markdown

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

Development

Successfully merging this pull request may close these issues.

Requirement is pinned for python-miio 0.5.3: zeroconf>=0.25.1,<0.26.0 Requirement is pinned for python-miio 0.5.3: pytz>=2019.3,<2020.0

2 participants