pydantic-xml

python xml for humans

UNLICENSE License

Downloads
155.9K
Stars
155
Committers
4

Bot releases are hidden (Show)

pydantic-xml - release 2.11.0 Latest Release

Published by dapper91 5 months ago

  • named tuple support added. See
pydantic-xml - release 2.10.0

Published by dapper91 5 months ago

  • dynamic model creation support added. See
pydantic-xml - release 2.9.2

Published by dapper91 6 months ago

  • mypy plugin dataclass_transform decorated model bug fixed.
pydantic-xml - release 2.9.1

Published by dapper91 6 months ago

  • PEP-681 (Data Class Transforms) support added. See
  • pydantic 2.7 enum type support added. See
pydantic-xml - release 2.9.0

Published by dapper91 9 months ago

pydantic-xml - release 2.8.1

Published by dapper91 9 months ago

pydantic-xml - release 2.8.0

Published by dapper91 9 months ago

pydantic-xml - v2.7.0

Published by dapper91 10 months ago

Validation errors enhanced:

  • validation errors provide the full path to the malformed field (including nested sub-models).
  • error text contain the xml document source line where the error occurred (lxml parser only).

See https://github.com/dapper91/pydantic-xml/pull/150.

pydantic-xml - release 2.6.0

Published by dapper91 11 months ago

pydantic-xml - release 2.5.0

Published by dapper91 11 months ago

pydantic-xml - release 2.4.0

Published by dapper91 12 months ago

pydantic-xml - release 2.3.0

Published by dapper91 12 months ago

pydantic-xml - release 2.2.4

Published by dapper91 about 1 year ago

  • root model default value bug fixed.
  • python 3.12 support added.
pydantic-xml - release 2.2.3

Published by dapper91 about 1 year ago

pydantic-xml - release 2.2.2

Published by dapper91 about 1 year ago

  • model validator 'before' mode support added.
pydantic-xml - release 2.2.1

Published by dapper91 about 1 year ago

  • model level skip_empty parameter added.
  • wrapped element extra entities checking bugs fixed.
pydantic-xml - release 2.2.0

Published by dapper91 about 1 year ago

pydantic-xml - release 2.1.0

Published by dapper91 about 1 year ago

pydantic-xml - release 2.0.0

Published by dapper91 about 1 year ago

library upgraded to pydantic version 2. See https://docs.pydantic.dev/2.0/migration/

Breaking changes:

  • generic models are no longer inherited from BaseGenericXmlModel but from BaseXmlModel.
  • custom root type declaration has been changed. It must inherit RootXmlModel from now on.
  • encoding customization api has been changed. See for more information.

New features:

pydantic-xml - release 2.0.0b3

Published by dapper91 about 1 year ago

Package Rankings
Top 6.12% on Pypi.org
Related Projects