Skip to content

0.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 20:53
· 4 commits to main since this release

This is the Quart 0.20.0 release, which adds support for max_form_parts and max_form_memory_size.

PyPI: https://pypi.org/project/Quart/0.20.0/
Changes: https://github.com/pallets/quart/blob/main/CHANGES.rst#0200

  • Drop support for Python 3.8.
  • Fix deprecated asyncio.iscoroutinefunction for Python 3.14.
  • Allow AsyncIterable to be passed to Response.
  • Support max_form_parts and max_form_memory_size.