Files
pydantic/changes/2281-PrettyWood.md
T
Eric Jolibois ad7862f032 fix: keep order of fields with BaseModel.construct() (#2282)
* fix: keep order of fields with `BaseModel.construct()`

closes #2281

* chore: keep extra fields in construct

thanks @layday!
2021-02-13 11:26:43 +00:00

55 B

fix: keep order of fields with BaseModel.construct()