Skip to content

Releases: dapper91/pydantic-xml

release 2.13.1

03 Oct 17:39
b309d04
Compare
Choose a tag to compare
  • multiple pydantic model validators bug fixed.

release 2.13.0

29 Sep 16:38
4a4c8e8
Compare
Choose a tag to compare
  • custom field xml serializer/validator support added. See #212

release 2.12.1

26 Aug 17:31
cc9af42
Compare
Choose a tag to compare
  • collection of tagged union deserialization bug fixed. See #206

release 2.12.0

24 Aug 16:02
6e88b73
Compare
Choose a tag to compare
  • exclude_none and exclude_unset serialization flags support added. See.

release 2.11.0

11 May 09:50
ce20508
Compare
Choose a tag to compare
  • named tuple support added. See

release 2.10.0

08 May 19:41
b8348a9
Compare
Choose a tag to compare
  • dynamic model creation support added. See

release 2.9.2

18 Apr 19:31
d92402e
Compare
Choose a tag to compare
  • mypy plugin dataclass_transform decorated model bug fixed.

release 2.9.1

12 Apr 14:01
188d61a
Compare
Choose a tag to compare
  • PEP-681 (Data Class Transforms) support added. See
  • pydantic 2.7 enum type support added. See

release 2.9.0

03 Feb 17:00
ce3d709
Compare
Choose a tag to compare
  • pydantic 2.6 incompatibility fixed. See #167

release 2.8.1

21 Jan 18:50
9bb0705
Compare
Choose a tag to compare
  • union collection deserialization bug fixed. See #165.