We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5056ce2 commit 8aed539Copy full SHA for 8aed539
CHANGELOG.rst
@@ -1,3 +1,12 @@
1
+0.21.0 2025-01-01
2
+-----------------
3
+
4
+* Add a OpenAPIProvider to allow for customisation.
5
+* Raise a RuntimeError on request validation if neither pydantic nor
6
+ msgspec are installed.
7
+* Switch from ResponseHeadersValidationError to RuntimeError if a
8
+ Response is attempted to be validated.
9
10
0.20.1 2024-12-31
11
-----------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "quart-schema"
-version = "0.20.1"
+version = "0.21.0"
description = "A Quart extension to provide schema validation"
authors = [
{name = "pgjones", email = "[email protected]"},
0 commit comments