Releases: pydantic/pydantic-core
Releases · pydantic/pydantic-core
v0.18.1 2023-03-30
What's Changed
Full Changelog: v0.18.0...v0.18.1
v0.18.0 2023-03-29
What's Changed
- Remove duplicate test case from test_arguments by @hramezani in #490
- Remove duplicate code from field_after_validator_function doc by @hramezani in #491
- Make validate_assignment a part of the Validator trait by @adriangb in #478
- Uncomment some assertion by @hramezani in #493
New Contributors
- @hramezani made their first contribution in #490
Full Changelog: v0.17.1...v0.18.0
v0.17.1 2023-03-27
What's Changed
- trying using venv to fix alpine issue by @samuelcolvin in #488
- validating default value by @samuelcolvin in #479
- Uprev version to 0.17.1 by @dmontagu in #489
Full Changelog: v0.17.0...v0.17.1
v0.17.0 2023-03-27
What's Changed
- Add
type
toTypedDictField
by @realDragonium in #457 - Add metadata to dataclass-field by @dmontagu in #470
- build: Use
PYTHON
to determine the correct python executable by @xhochy in #469 - use
pytest-examples
by @samuelcolvin in #465 - chore: Update maturin action in CI by @aminalaee in #476
- Uprev coverage to 7.2.2 by @samuelcolvin in #471
- Add 'frozen' to Config & SchemaValidator by @realDragonium in #462
- CI: add
rustc --version --verbose
by @samuelcolvin in #481 - try ubuntu-20.04 by @samuelcolvin in #486
- Uprev version to 0.17.0 by @dmontagu in #487
New Contributors
- @realDragonium made their first contribution in #457
- @xhochy made their first contribution in #469
- @aminalaee made their first contribution in #476
Full Changelog: v0.16.1...v0.17.0
v0.16.1 2023-03-21
v0.16.0 2023-03-20
What's Changed
- add support for "init mode" in
SchemaValidator
by @samuelcolvin in #443
Full Changelog: v0.15.2...v0.16.0
v0.15.2 2023-03-18
What's Changed
- Add
ValidationInfo.__repr__
by @samuelcolvin in #460 - Fix type of self argument for model serializer's to_json method by @adriangb in #461
Full Changelog: v0.15.1...v0.15.2
v0.15.1 2023-03-18
What's Changed
- Fix lack of model info for to_json serialization by @adriangb in #458
- Uprev version to 0.15.1 by @adriangb in #459
Full Changelog: v0.15.0...v0.15.1
v0.15.0 2023-03-17
v0.14.1 2023-03-17
What's Changed
- Set info.data and info.field_name for dataclass field validators by @adriangb in #454
- Uprev version to 0.14.1 by @adriangb in #455
Full Changelog: v0.14.0...v0.14.1