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 82d1d4b commit 526259eCopy full SHA for 526259e
CHANGELOG.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+2.17.2 (2025-06-21)
6
+-------------------
7
+
8
+- fix: func type aliases moved to model module to make get_type_hints work correctly.
9
10
11
2.17.1 (2025-06-13)
12
-------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pydantic-xml"
-version = "2.17.1"
+version = "2.17.2"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments