Releases: pydantic/pydantic-core
Releases · pydantic/pydantic-core
v0.17.0 2023-03-27
What's Changed
- Add
typetoTypedDictFieldby @realDragonium in #457 - Add metadata to dataclass-field by @dmontagu in #470
- build: Use
PYTHONto determine the correct python executable by @xhochy in #469 - use
pytest-examplesby @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 --verboseby @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
SchemaValidatorby @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
v0.14.0 2023-03-17
What's Changed
Full Changelog: v0.13.0...v0.14.0
v0.13.0 2023-03-16
What's Changed
- coverage only on 3.11 by @samuelcolvin in #453
- Custom dataclass validator by @samuelcolvin in #428
Full Changelog: v0.12.1...v0.13.0
v0.12.1 2023-03-15
What's Changed
- make all getters for Rust objects read only by @adriangb in #429
- Fix typehint for discriminator; add test by @dmontagu in #441
- Update repr of SchemaValidator by @dmontagu in #442
- Convert tuples from *args into lists in schemas by @adriangb in #431
- Support dict keys, values and items on PyPy by @adriangb in #448
- Uprev version to 0.12.1 by @adriangb in #449
Full Changelog: v0.12.0...v0.12.1