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

Requirement is pinned for python-miio 0.5.3: pytz>=2019.3,<2020.0 #779

Closed
MartinHjelmare opened this issue Jul 29, 2020 · 0 comments · Fixed by #781
Closed

Requirement is pinned for python-miio 0.5.3: pytz>=2019.3,<2020.0 #779

MartinHjelmare opened this issue Jul 29, 2020 · 0 comments · Fixed by #781
Labels

Comments

@MartinHjelmare
Copy link

Describe the bug

Thanks for your support of Home Assistant!

Version information (please complete the following information):

  • OS: Ubuntu 18.04
  • python-miio: 0.5.3

To Reproduce
Steps to reproduce the behavior:

(home-assistant) x:~/Dev/home-assistant/home-assistant$ pip install -r requirements_all.txt
...
(home-assistant) x:~/Dev/home-assistant/home-assistant$ pipdeptree --reverse --packages pytz
...
pytz==2020.1
...
  - python-miio==0.5.3 [requires: pytz>=2019.3,<2020.0]
...

Expected behavior

  • To avoid future issues it would be good if this library would change its pinning to allow any higher version and just set a minimum version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant