- fix NameError that can occur when calling `update_forward_refs` without access to a localNS.
1.2.0
- add support for naive classes (including all builtin exceptions). - fix factory typing and resolve issue with TypeVars not being bounded, lindycoder. - fix the `create_model_factory` method to use the current `cls` as the created factory's base by default.
1.1.0
- add support for constrained frozenset. - fix compatibilities issues with pydantic 1.8.2.
1.0.0
- update to support pydantic 1.9.0, including all new types.