* 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.7
New release to fix PyPI publishing
0.5.6
Update deps to allow for current versions.
0.5.5
Update pydantic version to also support `2.1` (and further `2.x` releases).
0.5.4
Rename `.apply()` to `.model_apply()` to follow pydantic's naming schema. Note that you can still use `.apply()`, but it will issue a `DeprecationWarning`.
0.5.2
Fix issues I introduces while working on pydantic 2.0 support. Mainly typings and linter issues, nothing did actually break.