We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec02024 commit 367be34Copy full SHA for 367be34
2 files changed
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+0.22.0 2025-04-27
2
+-----------------
3
+
4
+* Allow Blueprints to be deprecated, tagged, marked with security
5
+ schemes.
6
+* Support TypedDicts as a type using Pydantic for validation.
7
+* Bugfix ServerVariable.enum should be an optional list of strings.
8
+* Bugfix Use url_for for the openapi path in the docs templates to get
9
+ the correct path.
10
11
0.21.0 2025-01-01
12
-----------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "quart-schema"
-version = "0.21.0"
+version = "0.22.0"
description = "A Quart extension to provide schema validation"
authors = [
{name = "pgjones", email = "philip.graham.jones@googlemail.com"},
0 commit comments