Skip to content

Releases: team23/pydantic-apply

Release 0.6.0

04 Dec 09:38
Compare
Choose a tag to compare

Officially support Python 3.13 + drop support for older versions.

What's Changed

  • chore(deps-dev): Update ruff requirement from >=0.2.0,<0.4.0 to >=0.2.0,<0.5.0 by @dependabot in #19
  • chore(deps-dev): Update ruff requirement from >=0.2.0,<0.5.0 to >=0.5.0,<0.6.0 by @dependabot in #20
  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.6.0 to >=0.5.0,<0.7.0 by @dependabot in #21
  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.7.0 to >=0.5.0,<0.8.0 by @dependabot in #22
  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.8.0 to >=0.5.0,<0.9.0 by @dependabot in #23
  • chore(deps-dev): Update pytest-cov requirement from >=3,<6 to >=3,<7 by @dependabot in #24
  • Add official Python 3.13 support and remove support for older versions by @ddanier
  • Update libraries and code to match current version requirements by @ddanier

Full Changelog: v0.5.8...v0.6.0

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.