v2.0.0
2.0.0 (2025-01-30)
⚠ BREAKING CHANGES
- Support mypy + make
PartialModel
not auto-define partial fields, useAutoPartialModel
instead if you want the old behavior.
Features
- Support mypy + make
PartialModel
not auto-define partial fields, useAutoPartialModel
instead if you want the old behavior. (b6b669e)
Documentation
- adjust docs supported python version and make upgrade title more clear. (2c39761)