Releases: team23/pydantic-apply
Releases · team23/pydantic-apply
Release 0.6.0
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
- 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
New release to fix PyPI publishing
Release 0.5.6
Update deps to allow for current versions.
Release 0.5.5
Update pydantic version to also support 2.1
(and further 2.x
releases).
Release 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
.
Release 0.5.2
Fix issues I introduces while working on pydantic 2.0 support. Mainly typings and linter issues, nothing did actually break.
Release 0.5.0
Added compatibility with pydantic 2.0
while keeping everything compatible to version 1.9
/1.10
🥳
Release 0.1.5
Update dependencies based on suggestions by dependabot.
Release 0.1.4
Add py.typed
to the package.