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 pyicloud 0.9.7: click>=6.0,<=7.1.1 #289

Closed
MartinHjelmare opened this issue Jul 29, 2020 · 2 comments · Fixed by #360 or #371 · May be fixed by #296
Closed

Requirement is pinned for pyicloud 0.9.7: click>=6.0,<=7.1.1 #289

MartinHjelmare opened this issue Jul 29, 2020 · 2 comments · Fixed by #360 or #371 · May be fixed by #296
Milestone

Comments

@MartinHjelmare
Copy link
Contributor

The problem

Thanks for your support of Home Assistant!

Environment

  • pyiCloud release with the issue (pip show pyicloud): 0.9.7
  • Last working pyiCloud release (if known):
  • Service causing this issue:
  • Python version (python -V): 3.7.7
  • Operating environment (project deps/Docker/Windows/etc.): Ubuntu 18.04

Traceback/Error logs

(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 click
...
click==7.1.1
...
  - pyicloud==0.9.7 [requires: click>=6.0,<=7.1.1]
...
@Quentame Quentame added this to the 1.0.0 milestone Aug 10, 2020
ixs added a commit to ixs/pyicloud that referenced this issue Aug 13, 2020
Add cachetools to the requirements list.
Drive-By: Remove upper version limit for click, keyring and keyring.alt.
Fixes: picklepete#289
Fixes: picklepete#290
@ixs ixs mentioned this issue Aug 13, 2020
12 tasks
@onkelbeh
Copy link

onkelbeh commented Jan 9, 2021

When will there be a fixed version? Can't compile anymore.

@onkelbeh
Copy link

onkelbeh commented Feb 9, 2021

still unusable with pyicloud-0.10.2...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment