- collection of tagged union deserialization bug fixed. See https://github.com/dapper91/pydantic-xml/issues/206
2.12.0
-------------------
- exclude_none and exclude_unset serialization flags support added. See https://github.com/dapper91/pydantic-xml/pull/204.
2.11.0
-------------------
- named tuple support added. See https://github.com/dapper91/pydantic-xml/issues/172
2.10.0
-------------------
- dynamic model creation support added. See https://pydantic-xml.readthedocs.io/en/latest/pages/misc.html#dynamic-model-creation
2.9.2
------------------
- mypy plugin dataclass_transform decorated model bug fixed. See https://github.com/dapper91/pydantic-xml/issues/152#issuecomment-2057949479.
2.9.1
------------------
- PEP-681 (Data Class Transforms) support added. See https://github.com/dapper91/pydantic-xml/pull/178. - pydantic 2.7 enum type support added. See https://github.com/dapper91/pydantic-xml/issues/182