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 abb04a5 commit 22aa385Copy full SHA for 22aa385
CHANGES.md
@@ -1,10 +1,11 @@
1
## Version 0.20.0
2
3
-Unreleased
+Released 2024-12-23
4
5
- Drop support for Python 3.8.
6
- Fix deprecated `asyncio.iscoroutinefunction` for Python 3.14.
7
- Allow `AsyncIterable` to be passed to `Response`.
8
+- Support max_form_parts and max_form_memory_size.
9
10
## Version 0.19.9
11
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Quart"
-version = "0.20.0.dev"
+version = "0.20.0"
description = "A Python ASGI web framework with the same API as Flask"
readme = "README.md"
license = {text = "MIT"}
0 commit comments