File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.20.0 2024-05-20
2
+ -----------------
3
+
4
+ * Bugfix the pydantic dataclass check.
5
+ * Bugfix list model class handling and type identification.
6
+ * Bugfix form multiselect request validation.
7
+ * Bugfix the deprecate decorator was meant to be called without
8
+ arguments (this is backwards incompatible).
9
+ * Bugfix using msgspec without attrs
10
+ * Enhance pydantic model schema generation to utilise the schema mode
11
+ as serialization for response models.
12
+ * Support all Pydantic dump options. This replaces
13
+ ``QUART_SCHEMA_BY_ALIAS=True `` config value with the QuartSchema
14
+ constructor argument ``pydantic_dump_options={"by_alias: True} `` or
15
+ the ``QUART_SCHEMA_PYDANTIC_DUMP_OPTIONS `` config value.
16
+
1
17
0.19.1 2024-02-13
2
18
-----------------
3
19
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " quart-schema"
3
- version = " 0.19.1 "
3
+ version = " 0.20.0 "
4
4
description = " A Quart extension to provide schema validation"
5
5
authors = [
" pgjones <[email protected] >" ]
6
6
classifiers = [
You can’t perform that action at this time.
0 commit comments