NowanIlfideme / pydantic-yaml

YAML support for Pydantic models
MIT License
135 stars 11 forks source link

Ensure proper support for Pydantic v2 #80

Closed NowanIlfideme closed 1 year ago

NowanIlfideme commented 1 year ago

v1.0.0-alpha.2 already technically supports Pydantic v2, but we need to test against the final version. Ideally, there would also be more tests. 😉

NowanIlfideme commented 1 year ago

Closes #79 and closes #33 when merged.