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.