What's Changed
- Update documentation by @noddycode in #1316
- Support TypedDict as output type by @koxudaxi in #1309
- Remove self attribute from jsonschema root attributes by @rezen in #1318
- Fix $ref With Path Items by @zach-hamm in #1323
- Remove keep-runtime-typing on ruff config by @koxudaxi in #1349
- Update
openapi-spec-validator
to0.5.2
by @Fokko in #1343 - Added support for model wise base classes by @senesh-deshan in #1350
- Fix the custom file header by @Fokko in #1346
Breaking Changes
Due to differences in file loading order between operating systems, we've added a sorting process when fetching file listings within directories in order to eliminate discrepancies in model and field names. As a result, model names that differ from those generated by existing earlier versions may be produced.
New Contributors
- @noddycode made their first contribution in #1316
- @rezen made their first contribution in #1318
- @zach-hamm made their first contribution in #1323
- @Fokko made their first contribution in #1343
- @senesh-deshan made their first contribution in #1350
Full Changelog: 0.19.0...0.20.0