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 5e78c41 commit 0c91e8eCopy full SHA for 0c91e8e
CHANGES.rst
@@ -1,5 +1,5 @@
1
-0.19.7
2
-------
+0.19.7 2024-10-25
+-----------------
3
4
* Security Fix how ``max_form_memory_size`` is applied when parsing large
5
non-file fields. https://github.com/advisories/GHSA-q34m-jh98-gwm2
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.19.7.dev"
+version = "0.19.7"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <[email protected]>"]
6
classifiers = [
0 commit comments