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 c73c38f commit d528114Copy full SHA for d528114
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+2.16.0 (2025-04-20)
5
+-------------------
6
+
7
+- exception is raised if namespace alias is not found in the namespace map.
8
+- child model inherits parent namespace map.
9
+- documentation enhanced.
10
11
12
2.15.0 (2025-03-29)
13
-------------------
14
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.15.0"
+version = "2.16.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments