Added construct and validators in generated pydantic models
0.10.21
🐛 Fixes
- Add
ormarimplementation ofconstructclassmethod that allows to buildModelinstances without validating the input to speed up the whole flow, if your data is already validated #318 - Fix for "inheriting" field validators from
ormarmodel when newly created pydanic model is generated withget_pydantic#365