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

Update dependency to click>= 8.0 #757

Open
JohnPreston opened this issue May 6, 2022 · 3 comments · May be fixed by #773
Open

Update dependency to click>= 8.0 #757

JohnPreston opened this issue May 6, 2022 · 3 comments · May be fixed by #773

Comments

@JohnPreston
Copy link

Simply requesting to update dependency click to support >=8.0
Also python 3.6 has reach EOL on 23 Dec 2021 so one might want to bump that in conda etc.
Just a suggestion :)

@bkp4113
Copy link

bkp4113 commented May 9, 2022

Simply requesting to update dependency click to support >=8.0 Also python 3.6 has reach EOL on 23 Dec 2021 so one might want to bump that in conda etc. Just a suggestion :)

We are running into dependency resolution issue for pipenv for the click version being less than 8.0 with Flask > 2.1.

  • Flask [required: >=0.9, installed: 2.1.2]
    • click [required: >=8.0, installed: 8.1.3]

VS. faust requiring < 8.0 for click.

@JohnPreston
Copy link
Author

Oh dear, the versions issues avalanche 🏔️

@xcarlosamm
Copy link

Hello, I have the same issue between Faust and Flask packages with the Click version. Is there any progress with the upgrade?

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 a pull request may close this issue.

3 participants