Introduce property_field, bug fixes and performance optimization
Pre-release
Pre-release
- Performance optimization
- Fix for bug with
pydantic_onlyfields being required - Add
property_fielddecorator that registers a function as a property that will
be included inModel.dict()and infastapiresponse - Update docs