We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7647e8a commit 73228d7Copy full SHA for 73228d7
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.7.0 (2023-12-18)
5
+------------------
6
+
7
+- validation errors provide the full path to the malformed field (including nested sub-models).
8
+- error text contain the xml document source line where the error occurred (lxml parser only). See https://github.com/dapper91/pydantic-xml/pull/150.
9
10
11
2.6.0 (2023-12-06)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.6.0"
+version = "2.7.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments