| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flask-3.1.2-py3-none-any.whl | 2025-08-19 | 103.3 kB | |
| flask-3.1.2.tar.gz | 2025-08-19 | 720.2 kB | |
| 3.1.2 source code.tar.gz | 2025-08-19 | 731.0 kB | |
| 3.1.2 source code.zip | 2025-08-19 | 824.5 kB | |
| README.md | 2025-08-19 | 596 Bytes | |
| Totals: 5 Items | 2.4 MB | 1 | |
This is the Flask 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.2/ Changes: https://{project}.readthedocs.io/page/changes/#version-3-1-2 Milestone: https://github.com/pallets/flask/milestone/38?closed=1
stream_with_contextdoes not fail inside async views. [#5774]- When using
follow_redirectsin the test client, the final state ofsessionis correct. [#5786] - Relax type hint for passing bytes IO to
send_file. [#5776]