Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Flask requires newer version of click #32

Open
torstees opened this issue Jul 22, 2021 · 4 comments · May be fixed by #33
Open

Flask requires newer version of click #32

torstees opened this issue Jul 22, 2021 · 4 comments · May be fixed by #33

Comments

@torstees
Copy link
Contributor

the requirements.txt says 'click==7.0' which conflicts with pip's current version of flask.

@fiendish
Copy link
Contributor

fiendish commented Jul 22, 2021

7.0 was just an automatic pin of whatever was current at the time. We don't need to stick with it. What version does flask expect?

@fiendish
Copy link
Contributor

Try it with the latest version of click. If it seems to work, let's just update the file to use click>=7.0,<8.1 or something

@torstees
Copy link
Contributor Author

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

@fiendish
Copy link
Contributor

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.

@fiendish fiendish linked a pull request Jul 22, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants