Skip to content

Releases: pydantic/pydantic-core

v0.11.0 2023-03-02

02 Mar 15:06
ad5005a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0 2023-02-23

23 Feb 18:36
11bd0c7
Compare
Choose a tag to compare

What's Changed

  • Add min-length support for GeneratorSchema by @dmontagu in #394
  • Add some notes to the documentation of some of the arguments of certain CoreSchema types by @dmontagu in #391
  • Use ChoiceKey in TaggedUnionValidator for int keys by @philhchen in #405
  • uprev to 0.10.0 by @dmontagu in #408

Full Changelog: v0.9.0...v0.10.0

v0.9.0 2023-02-10

10 Feb 17:38
c1d0d7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2 2023-02-02

02 Feb 15:29
2fd9b1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1 2023-01-26

26 Jan 12:35
7d7ca9f
Compare
Choose a tag to compare

What's Changed

  • Integrate codspeed, #332
  • add s390x & ppc64le linux binaries, #333
  • switch flake8 -> ruff, #334
  • Improve PyMapping related function by @tushushu in #314
  • Enable CodSpeed tokenless uploads by @art049 in #335
  • Upgrade maturin to 0.14 by @messense in #336
  • Fix the Compile time RNG seed when running the benchmarks by @art049 in #338
  • Upgrade pytest-codspeed to 1.2.0 by @art049 in #337
  • Implement LaxOrStrictValidator, #330
  • Investigate seg. faults with PyPy on CI, #341
  • disable coverage on CI with PyPy, #344
  • Implement datetime timezone constraints by @antonagestam in #343
  • Uprev linting, #346
  • add strip = true to release profile, #348
  • update pyodide to 0.22.0 by @messense in #351
  • Serialization, #327
  • add docstrings and docstring tests by @philhchen in #350
  • Upgrade pyo3 to 0.18.0 by @messense in #361
  • Add python bindings for constructors for Url and MultiHostUrl by @philhchen in #349
  • utf8 error fixed on pypy with pyo3 0.18, #364
  • try mimalloc/local_dynamic_tls, #363
  • Support kwargs with from_attributes by @jcsho in #306
  • Test on other OSs, remove CI benchmarks, #366
  • feat: remove usage of nohash_hasher in favor of ahash by @czotomo in #360
  • Union Serialization, #357
  • rename 'new-class' and similar to 'model' by @czotomo in #368
  • add build tests on ppc64le, simplify, #369
  • Serialize improvements, #370
  • fix is_enum, #373
  • general to_json method and more inferred types, #372

New Contributors

Full Changelog: v0.7.1...v0.8.1

v0.7.1 2022-11-07

07 Nov 17:14
463ed7a
Compare
Choose a tag to compare

What's Changed

  • Url strictness #324
  • Multi host URLs, other URL changes by #325

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

v0.7.0 2022-11-03

03 Nov 14:01
7b77c6f
Compare
Choose a tag to compare
  • 3.11 windows builds #311
  • a few misc tweaks #315
  • ✏ Fix micro typo in README by @tiangolo in #318
  • Url Type #317
  • add more strict mode tests by @adriangb in #319
  • uprev pyo3 to 0.17.3 #320
  • Switch pytest-sugar -> pytest-pretty #322
  • hypothesis tweaks #321

Full Changelog: v0.6.0...v0.7.0

v0.6.0 2022-10-27

27 Oct 11:31
bcf799f
Compare
Choose a tag to compare
  • fix linting for newest clippy #309
  • uprev-deps #308
  • Error changes #307
  • tests to confirm "loc" on errors with an alias #310

Full Changelog: v0.5.3...v0.6.0

v0.5.3 2022-10-20

20 Oct 15:45
5731c23
Compare
Choose a tag to compare
  • Change how arguments are defined to use {'__args__': (...), '__kwargs__': {}}, and allow simple list/tuple for just args

Full Changelog: v0.5.2...v0.5.3

v0.5.2 2022-10-18

18 Oct 17:43
fc42f4f
Compare
Choose a tag to compare

What's Changed

  • Add IsSubclassValidator #301
  • add name to function validators #303

Full Changelog: v0.5.1...v0.5.2