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 de521e0 commit 8c219caCopy full SHA for 8c219ca
CHANGELOG.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+2.17.1 (2025-06-13)
6
+-------------------
7
+
8
+- fix: multiple field annotations bug fixed. See https://github.com/dapper91/pydantic-xml/pull/268.
9
10
11
2.17.0 (2025-05-18)
12
-------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pydantic-xml"
-version = "2.17.0"
+version = "2.17.1"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments