jugmac00 / flask-reuploaded

File uploads for Flask.
https://github.com/jugmac00/flask-reuploaded
MIT License
63 stars 12 forks source link

typing broken for Flask 2.0 #88

Closed jugmac00 closed 3 years ago

jugmac00 commented 3 years ago

With the release of Flask 2.0 the type information no longer comes from typeshed, but from Flask itself.

Some type information have changed, some are "broken".

Flask 2.0.1 will fix some problems - let's wait for the release. https://github.com/pallets/flask/pull/4042