- Added ability to get at the `fields` request value by adding a field: List[str] argument to the pydantic_api wrapped work function.
0.9.7
0.9.6
0.9.5
-------------
Released 2023-05-30
- Improve scope of catching pydantic validation errors when creating response models inside wrapper handlers and unintentionally showing those errors to API callers.
0.9.4
-------------
Released 2023-05-17
- Add support for extra openapi schema data in pydantic_api argument
0.9.3
-------------
Released 2023-04-13
- Add support for file uploads via multipart/form-data in models and openapi schema
- Add `fields` parameter to openapi query strings and request bodies if response models have fieldsets defined.