diff --git a/poetry.lock b/poetry.lock index 12177c6..3ca7e54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4448,14 +4448,14 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pydantic-xml" -version = "2.17.0" +version = "2.17.1" description = "pydantic xml extension" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "pydantic_xml-2.17.0-py3-none-any.whl", hash = "sha256:ea287cb0cb90834e0454a502aaeefb4e961d93506175b476b81c31b62e335840"}, - {file = "pydantic_xml-2.17.0.tar.gz", hash = "sha256:136d6e61277871b40fe49f0aafa946ef46eeb1db8d6f86a30ce0557cf8fc204d"}, + {file = "pydantic_xml-2.17.1-py3-none-any.whl", hash = "sha256:27e8762e8b3b85f649b69db7b95f838416db21a7d3fcdce4f5ca6f2bee1397b6"}, + {file = "pydantic_xml-2.17.1.tar.gz", hash = "sha256:7ee476ee6ea86055b89a29c1d7dc7ba3763c842f4eff473f31b8b65a86f65f8d"}, ] [package.dependencies] diff --git a/rigging/model.py b/rigging/model.py index 3e913e4..ee065db 100644 --- a/rigging/model.py +++ b/rigging/model.py @@ -27,7 +27,7 @@ from pydantic_xml import element as element # noqa: PLC0414 from pydantic_xml import wrapped as wrapped # noqa: PLC0414 from pydantic_xml.element import SearchMode # type: ignore [attr-defined] -from pydantic_xml.model import XmlEntityInfo +from pydantic_xml.fields import XmlEntityInfo from pydantic_xml.typedefs import EntityLocation, NsMap from rigging.error import MissingModelError