Fixed issue with `default_factory` not being reset correctly on partial models (cause of a typo 🙈). Also did ensure we are not triggering any deprecation warnings on pydantic 2.x.
0.5.0
pydantic-partial` is now compatible with pydantic 2.0, while still keeping support for 1.9 and 1.10. 🥳
0.3.4
Update dependencies based on suggestions by dependabot. Also test Python 3.11 compatibility.
0.3.3
Add `py.typed` to package.
0.3.2
0.3.0
New features
* Partial models can now be created by using `create_partial_model`, no need to use the mixin.
Docs
* README now shows more use cases * Note about contributing added