We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e7286 commit bbaf133Copy full SHA for bbaf133
CHANGES.rst
@@ -5,9 +5,9 @@ Released 2025-05-13
5
6
- Fix signing key selection order when key rotation is enabled via
7
``SECRET_KEY_FALLBACKS``. :ghsa:`4grg-w6v8-c28g`
8
-- Fix type hint for `cli_runner.invoke`. :issue:`5645`
+- Fix type hint for ``cli_runner.invoke``. :issue:`5645`
9
- ``flask --help`` loads the app and plugins first to make sure all commands
10
- are shown. :issue:5673`
+ are shown. :issue:`5673`
11
- Mark sans-io base class as being able to handle views that return
12
``AsyncIterable``. This is not accurate for Flask, but makes typing easier
13
for Quart. :pr:`5659`
0 commit comments