Skip to content

Releases: ddanier/pydantic-apply

Release 0.8.1

07 Oct 13:34

Choose a tag to compare

  • Add license file to package details, fixes possible issues with conda-forge

Full Changelog: v0.8.0...v0.8.1

Release 0.8.0

07 Oct 08:06

Choose a tag to compare

What's Changed

  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.12.0 to >=0.5.0,<0.13.0 by @dependabot[bot] in #32
  • chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #33
  • chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #34
  • chore(deps-dev): Update pytest-cov requirement from >=3,<7 to >=3,<8 by @dependabot[bot] in #35
  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.13.0 to >=0.5.0,<0.14.0 by @dependabot[bot] in #36
  • Switch to uv for package management and as build backend
  • Drop Python 3.9 support

Full Changelog: v0.7.1...v0.8.0

Release 0.7.1

05 May 11:40

Choose a tag to compare

What's Changed

  • Avoid calling model_fields on instance by @ddanier (again, was already fixed with #27 before)

Full Changelog: v0.7.0...v0.7.1

Release 0.7.0

30 Apr 11:05

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Release 0.6.2

30 Apr 06:53

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Release 0.6.1

16 Apr 15:11

Choose a tag to compare

What's Changed

  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.9.0 to >=0.5.0,<0.10.0 by @dependabot in #25
  • chore(deps-dev): Update ruff requirement from >=0.5.0,<0.10.0 to >=0.5.0,<0.12.0 by @dependabot in #26
  • Avoid calling model_fields on instance by @hannesbruger in #27

Full Changelog: v0.6.0...v0.6.1

Release 0.6.0

04 Dec 09:38

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

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

Choose a tag to compare

New release to fix PyPI publishing

Release 0.5.6

04 Jan 20:36
ea39634

Choose a tag to compare

Update deps to allow for current versions.