pydantic-core

Core validation logic for pydantic written in rust

MIT License

Stars
1.2K

Bot releases are hidden (Show)

pydantic-core - v0.17.0 2023-03-27

Published by dmontagu over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.16.1...v0.17.0

pydantic-core - v0.16.1 2023-03-21

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.16.0...v0.16.1

pydantic-core - v0.16.0 2023-03-20

Published by samuelcolvin over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.15.2...v0.16.0

pydantic-core - v0.15.2 2023-03-18

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.15.1...v0.15.2

pydantic-core - v0.15.1 2023-03-18

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.15.0...v0.15.1

pydantic-core - v0.15.0 2023-03-17

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.14.1...v0.15.0

pydantic-core - v0.14.1 2023-03-17

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.14.0...v0.14.1

pydantic-core - v0.14.0 2023-03-17

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.13.0...v0.14.0

pydantic-core - v0.13.0 2023-03-16

Published by samuelcolvin over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.12.1...v0.13.0

pydantic-core - v0.12.1 2023-03-15

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.12.0...v0.12.1

pydantic-core - v0.12.0 2023-03-09

Published by adriangb over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.11.1...v0.12.0

pydantic-core - v0.11.1 2023-03-07

Published by dmontagu over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.11.0...v0.11.1

pydantic-core - v0.11.0 2023-03-02

Published by dmontagu over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.10.0...v0.11.0

pydantic-core - v0.10.0 2023-02-23

Published by dmontagu over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.9.0...v0.10.0

pydantic-core - v0.9.0 2023-02-10

Published by samuelcolvin over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.8.2...v0.9.0

pydantic-core - v0.8.2 2023-02-02

Published by samuelcolvin over 1 year ago

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.8.1...v0.8.2

pydantic-core - v0.8.1 2023-01-26

Published by samuelcolvin over 1 year ago

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

  • @tushushu made their first contribution in #314
  • @art049 made their first contribution in #335
  • @antonagestam made their first contribution in #343
  • @philhchen made their first contribution in #350
  • @jcsho made their first contribution in #306

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.7.1...v0.8.1

pydantic-core - v0.7.1 2022-11-07

Published by samuelcolvin almost 2 years ago

What's Changed

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

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.7.0...v0.7.1

pydantic-core - v0.7.0 2022-11-03

Published by samuelcolvin almost 2 years ago

  • 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: https://github.com/pydantic/pydantic-core/compare/v0.6.0...v0.7.0

pydantic-core - v0.6.0 2022-10-27

Published by samuelcolvin almost 2 years ago

  • fix linting for newest clippy #309
  • uprev-deps #308
  • Error changes #307
  • tests to confirm "loc" on errors with an alias #310

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v0.5.3...v0.6.0

Badges
Extracted from project README
CI Coverage pypi versions license
Related Projects