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 ad5213c commit e89e011Copy full SHA for e89e011
CHANGELOG.rst
@@ -2,13 +2,18 @@ Changelog
2
=========
3
4
5
+2.18.0 (2025-10-11)
6
+-------------------
7
+
8
+- fix: pydantic 2.12 compatibility problems fixed.
9
10
11
2.17.3 (2025-07-13)
12
-------------------
13
14
- fix: xml_field_validator/serializer type annotations fixed. See https://github.com/dapper91/pydantic-xml/pull/277
15
16
-
17
2.17.2 (2025-06-21)
18
19
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pydantic-xml"
-version = "2.17.3"
+version = "2.18.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments