You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I edited the libraries requirements.txt on my machine to replace == with >= for click and install went fine. I think the version pip installed earlier today had a minimum version of 7.1.2 or something along those lines. The current version in github looks like it requires 8.0.1.
I'm not using the cli, so I'm probably not exercising code using click, but the client.py stuff seems to work fine with 7.1.2
I think it's probably fine to let click update to the latest current version and if something breaks we can get more specific. I'll go ahead and make the change I indicated above.
the requirements.txt says 'click==7.0' which conflicts with pip's current version of flask.
The text was updated successfully, but these errors were encountered: