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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: