3.0.0-rc0
(break): The generated models now support Pydantic V2 outright, it no longer uses pydantic.v1 models.
What’s changed
- The generated models now support Pydantic V2 outright, it no longer uses
pydantic.v1models. - Public fields previously prefixed with
_are now prefixed withf_(Pydantic V2 does not allow for_prefixes on public fields and Python does not allow for a numeric prefix)
What’s been removed
- wrapped aliases outside of Pydantic V1
- custom root validators outside of Pydantic V1