Files
pydantic/changes/2237-PrettyWood.md
T
Eric Jolibois b076567591 fix: support properly custom root type with from_orm() (#2237)
* fix: support custom root type with `from_orm()`

* add other example

* chore: add change file

* refactor(main): use ROOT_KEY instead of __root__
2021-02-13 10:14:18 +00:00

60 B

Support custom root type (aka __root__) with from_orm()