- add `GenericModel` to `is_pydantic_model` checks. - add auto-registration hook. - improve typing of internal number generator.
1.16.0
- drop Python 3.7 support. - fix deprecation warning for `sre_parse` on Python 3.11. - fix inclusive ranges in `conint`. - fix partial kwargs detection for deeply nested models. - improve invalid range detection when `multiple_of` is included into field params.
1.15.0
- fix `confrozenset`. - add `NewType` support. - add unique_items support for `conlist`.
1.14.1
- fix `ModelFactory` build ignore error when specifying an explicit dict for a nested `Dict` field anthonyh209.