Accept AsyncIterable for responses

This commit is contained in:
CoolCat467 2024-11-18 12:55:14 -06:00 committed by David Lord
parent bfffe87d4c
commit 410e5ab7ed
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,9 @@ Unreleased
- Fix type hint for `cli_runner.invoke`. :issue:`5645`
- ``flask --help`` loads the app and plugins first to make sure all commands
are shown. :issue:5673`
- Mark sans-io base class as being able to handle views that return
``AsyncIterable``. This is not accurate for Flask, but makes typing easier
for Quart. :pr:`5659`
Version 3.1.0