Releases: dapper91/pydantic-xml
Releases · dapper91/pydantic-xml
release 2.17.3
release 2.17.2
- fix: func type aliases moved to model module to make get_type_hints work correctly.
release 2.17.1
- fix: multiple field annotations bug fixed. See #268.
release 2.17.0
- feat: annotated form of field serializer/validator support added. See #261.
release 2.16.0
- exception is raised if namespace alias is not found in the namespace map.
- child model inherits parent namespace map.
- documentation enhanced.
release 2.15.0
- model deserialization additional arguments added. See #247
release 2.14.3
- reserved namespaces registration skipped.
release 2.14.2
- raw element deserialization bug fixed.
- mypy plugin typing fixed.
release 2.14.1
release 2.14.0
- union validation error location fixed.
- potential memory leak fixed. See #222.
- python 3.13 support added.