Right now Flask Pundit has a dependency on flask. flask<2,>=1.0.2
https://flask.palletsprojects.com/en/2.0.x/changes/
The major changes are the drop of official support for Py2 but since this lib already supports py3.7, It might be just fine to bump the dependency
Right now Flask Pundit has a dependency on flask.
flask<2,>=1.0.2https://flask.palletsprojects.com/en/2.0.x/changes/
The major changes are the drop of official support for Py2 but since this lib already supports py3.7, It might be just fine to bump the dependency