We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e4e52 commit f43abb0Copy full SHA for f43abb0
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.19.9 2024-11-14
2
+-----------------
3
+
4
+- Fix missing ``PROVIDE_AUTOMATIC_OPTIONS`` config for compatibility
5
+ with Flask 3.1.
6
7
0.19.8 2024-10-25
8
-----------------
9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.19.8"
+version = "0.19.9"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments