We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ac41d commit aa43995Copy full SHA for aa43995
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+0.19.1 2024-02-13
2
+-----------------
3
+
4
+* Bugfix the Scalar template.
5
+* Improve the error message if neither msgpec nor pydantic installed.
6
+* Use msgpec JSON conversion if Pydantic isn't installed.
7
8
0.19.0 2024-01-22
9
-----------------
10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-schema"
-version = "0.19.0"
+version = "0.19.1"
description = "A Quart extension to provide schema validation"
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments