We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5ee6a commit 5032769Copy full SHA for 5032769
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.2.4 (2023-10-06)
5
+------------------
6
+
7
+- root model default value bug fixed.
8
+- python 3.12 support added.
9
10
11
2.2.3 (2023-09-20)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.2.3"
+version = "2.2.4"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments