* Fix issue with pylance, now "exporting" the library contents correctly * Officially supporting Python 3.12 (`tox` tests on Python 3.12, too) * Fixed some typing issues found by `pyright`
0.5.4
New release to fix PyPI publishing
0.5.3
Update deps to allow for current versions.
0.5.2
Update pydantic version to also support `2.1` (and further `2.x` releases).
0.5.1
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. 🥳