Skip to content

Commit bb1b697

Browse files
committed
bump version 2.14.1.
1 parent f6c4521 commit bb1b697

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Changelog
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+
411
2.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-xml"
3-
version = "2.14.0"
3+
version = "2.14.1"
44
description = "pydantic xml extension"
55
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)