Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Flask version attribute (#243)
The `flask.__version__` attr is deprecated and will be removed in the Flask 3.1 version. This PR replaced this attr to `importlib.metadata.version`. We could remove the use of `pkg_resources` when we drop the Python 3.7 support.
- Loading branch information