Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions docs/web-framework-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ Flask

Flask integration has been tested to work with the following versions of Flask:

=============== ==============
Python version Flask versions
=============== ==============
3.7 >=1.0.0
3.8 >=1.0.0
3.9 >=1.0.0
3.10 >=1.0.3
3.11 >=1.0.3
3.12 >=1.0.3
=============== ==============
- Python 3.7 - 3.9:

- Flask >=1.0.0

- Python >=3.10:

- Flask >=1.0.3

Be sure to :doc:`set up logging </std-lib-integration>` before declaring the Flask app.