3.0.3
This is a fix release for the 3.0.x feature branch.
PyPI: https://pypi.org/project/Flask/3.0.3/ Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 Milestone: https://github.com/pallets/flask/milestone/35?closed=1
- The default
hashlib.sha1may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. #5448 - Don't initialize the
cliattribute in the sansio scaffold, but rather in theFlaskconcrete class. #5270