dapper91 / pydantic-xml

python xml for humans
https://pydantic-xml.readthedocs.io
The Unlicense
141 stars 14 forks source link

fix pydantic 2.6. incompatibility #168

Closed floscha closed 5 months ago

floscha commented 5 months ago

This fixes https://github.com/dapper91/pydantic-xml/issues/167.

dapper91 commented 5 months ago

@floscha I went through the pydantic-core 2.15.0 changes. Unfortunately, they not just removed TuplePositionalSchema schema but removed tuple-variable and tuple-positional types at all.

dapper91 commented 5 months ago

Closed in favor to https://github.com/dapper91/pydantic-xml/pull/169