Skip to content

3.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 21:03
· 23 commits to main since this release
3.1.2
2c1b30d

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://flask.palletsprojects.com/page/changes/#version-3-1-2
Milestone: https://github.com/pallets/flask/milestone/38?closed=1

  • stream_with_context does not fail inside async views. #5774
  • When using follow_redirects in the test client, the final state of session is correct. #5786
  • Relax type hint for passing bytes IO to send_file. #5776