Skip to content

Introduce property_field, bug fixes and performance optimization

Pre-release
Pre-release

Choose a tag to compare

@collerek collerek released this 04 Dec 14:24
· 1351 commits to master since this release
1d4a074
  • Performance optimization
  • Fix for bug with pydantic_only fields being required
  • Add property_field decorator that registers a function as a property that will
    be included in Model.dict() and in fastapi response
  • Update docs