NowanIlfideme / pydantic-yaml

YAML support for Pydantic models
MIT License
131 stars 10 forks source link

Support Pydantic v2 backport for v1 functionality #152

Closed NowanIlfideme closed 3 months ago

NowanIlfideme commented 3 months ago

Fixes #151 and also adds support for from pydantic.v1 import BaseModel, which is used by end users with migrations.