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

Flask version: Black incompatibility #92

Closed
Phxntxm opened this issue Jun 22, 2022 · 0 comments · Fixed by #99
Closed

Flask version: Black incompatibility #92

Phxntxm opened this issue Jun 22, 2022 · 0 comments · Fixed by #99

Comments

@Phxntxm
Copy link

Phxntxm commented Jun 22, 2022

Hello, I want to essentially just ask if there are plans to update Flask to version 2? The reason I ask this is because due to requirements, this library is incompatible with black... a very common python formatter.

Black requires click>=8.0
You require Flask <2
The latest version that matches that, 1.14, requires click<8

With how common black is, I think this a pretty important incompatibility to resolve.
I do notice that dev_requires includes a black version of 19.10b0, however that's a 3 year old prerelease version... I really feel this should be updated.

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.

1 participant