Skip to content

Releases: team23/pydantic-apply

Release 0.5.8

17 Apr 07:30
Compare
Choose a tag to compare
  • Fix issue with pylance, now "exporting" the library contents correctly
    (thanks to @hannesbruger for creating a PR fixing this issue)
  • Officially supporting Python 3.12 (tox tests on Python 3.12, too)
  • Fixed some typing issues found by pyright

Release 0.5.7

04 Jan 21:01
Compare
Choose a tag to compare

New release to fix PyPI publishing

Release 0.5.6

04 Jan 20:36
ea39634
Compare
Choose a tag to compare

Update deps to allow for current versions.

Release 0.5.5

26 Jul 06:27
Compare
Choose a tag to compare

Update pydantic version to also support 2.1 (and further 2.x releases).

Release 0.5.4

18 Jul 19:20
Compare
Choose a tag to compare

Rename .apply() to .model_apply() to follow pydantic's naming schema. Note that you can still use .apply(), but it will issue a DeprecationWarning.

Release 0.5.2

16 Jul 13:01
Compare
Choose a tag to compare

Fix issues I introduces while working on pydantic 2.0 support. Mainly typings and linter issues, nothing did actually break.

Release 0.5.0

16 Jul 12:41
Compare
Choose a tag to compare

Added compatibility with pydantic 2.0 while keeping everything compatible to version 1.9/1.10 🥳

Release 0.1.5

08 Mar 13:00
Compare
Choose a tag to compare

Update dependencies based on suggestions by dependabot.

Release 0.1.4

23 Sep 05:49
Compare
Choose a tag to compare

Add py.typed to the package.

Release 0.1.3

11 Sep 10:57
Compare
Choose a tag to compare
v0.1.3

chore: Release 0.1.3 (try github release action)