File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.14.1 (2024-11-28)
5+ -------------------
6+
7+ - pydantic 2.10 mypy plugin compatibility fixed. See https://github.com/dapper91/pydantic-xml/issues/232
8+ - recursive model bug fixed. See https://github.com/dapper91/pydantic-xml/issues/227.
9+
10+
4112.14.0 (2024-11-09)
512-------------------
13+
614- union validation error location fixed.
715- potential memory leak fixed. See https://github.com/dapper91/pydantic-xml/issues/222.
816- python 3.13 support added.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pydantic-xml"
3- version = " 2.14.0 "
3+ version = " 2.14.1 "
44description = " pydantic xml extension"
55authors = [" Dmitry Pershin <dapper1291@gmail.com>" ]
66license = " Unlicense"
You can’t perform that action at this time.
0 commit comments