@@ -22,7 +22,7 @@ pydantic-xml extension
2222 :target: https://pydantic-xml.readthedocs.io/en/stable/
2323
2424
25- ``pydantic-xml `` is a `pydantic <https://docs.pydantic.dev >`_ extension providing model fields xml binding
25+ ``pydantic-xml `` is a `pydantic <https://docs.pydantic.dev/1.10/ >`_ extension providing model fields xml binding
2626and xml serialization / deserialization.
2727It is closely integrated with ``pydantic `` which means it supports most of its features.
2828
@@ -33,16 +33,16 @@ Features
3333- flexable attributes, elements and text binding
3434- python collection types support (``Dict ``, ``List ``, ``Set ``, ``Tuple ``, ...)
3535- ``Union `` type support
36- - pydantic `generic <https://pydantic- docs.helpmanual.io /usage/models/#generic-models >`_ models support
36+ - pydantic `generic <https://docs.pydantic.dev/1.10 /usage/models/#generic-models >`_ models support
3737- `lxml <https://lxml.de/ >`_ xml parser support
3838- ``xml.etree.ElementTree `` standard library xml parser support
3939
4040What is not supported?
4141______________________
4242
43- - `dynamic model creation <https://docs.pydantic.dev/usage/models/#dynamic-model-creation >`_
44- - `dataclasses <https://docs.pydantic.dev/usage/dataclasses/ >`_
45- - `discriminated unions <https://docs.pydantic.dev/usage/types/#discriminated-unions-aka-tagged-unions >`_
43+ - `dynamic model creation <https://docs.pydantic.dev/1.10/ usage/models/#dynamic-model-creation >`_
44+ - `dataclasses <https://docs.pydantic.dev/1.10/ usage/dataclasses/ >`_
45+ - `discriminated unions <https://docs.pydantic.dev/1.10/ usage/types/#discriminated-unions-aka-tagged-unions >`_
4646
4747Getting started
4848---------------
@@ -74,4 +74,4 @@ defines the XML document:
7474 </Company >
7575
7676
77- Check `documentation <https://pydantic-xml.readthedocs.io/en/latest/ >`_ for more information .
77+ See `documentation <https://pydantic-xml.readthedocs.io/en/latest/ >`_ for more details .
0 commit comments