Skip to content

Releases: pydantic/pydantic-core

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

v0.5.1 2022-10-18

18 Oct 13:20
72caae4
Compare
Choose a tag to compare

What's Changed

  • support future and past dates and datetimes #295
  • Tweak type annotations for PydanticCustomError and PydanticKindError 7029215
  • Ci tweaks #297
  • combine literal_single_error and literal_multiple_error #298
  • Allow Sequence and tuple to is_instance validator #299
  • fix repr for single literals #300

Full Changelog: v0.5.0...v0.5.1

v0.5.0 2022-10-16

16 Oct 14:25
800114b
Compare
Choose a tag to compare
  • fix float multiple_of calc #286
  • python types for ErrorKind #289
  • add CustomErrorValidator #290
  • Add JsonValidator #291
  • Literal[None] -> NoneValidator 5a65c11
  • correct use of StrValidator and StrConstrainedValidator e671f33
  • Schema extra #292
  • add json_function to IsInstanceValidator #293
  • Logic for instances of subclasses of strings #294

Full Changelog: v0.4.0...v0.5.0

v0.4.0 2022-10-13

13 Oct 10:08
b2afe83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1 2022-09-30

30 Sep 16:00
837a6ce
Compare
Choose a tag to compare
  • Fix strip whitespace ordering by @huyta55 in #264
  • Core schema improvements #265

Full Changelog: v0.3.0...v0.3.1

v0.3.0 2022-09-29

29 Sep 16:46
bb13fda
Compare
Choose a tag to compare
  • Rename core #248
  • stop allowing str as basic input to validators #256
  • Chain type #255
  • limit sdist contents #257
  • add validator_instance to function validators #258
  • replace *_items -> *_length #259
  • use cls for is-instance and new-class #261
  • build binaries for 3.11 #247
  • helper functions for creating schemas #263
  • custom errors on union and tagged-union #262

Full Changelog: v0.2.1...v0.3.0