8000 Releases · pydantic/pydantic-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pydantic/pydantic-core

v2.23.4 2024-09-16

16 Sep 15:40
Compare
Choose a tag to compare

What's Changed

  • Fix variance issue in _IncEx type alias, only allow True by @Viicos in #1453
  • Clean up serialization warnings for invalid data in unions by @sydney-runkle in #1449

Full Changelog: v2.23.3...v2.23.4

v2.23.3 2024-09-07

07 Sep 14:52
ba8eab4
Compare
Choose a tag to compare

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: v2.23.2...v2.23.3

v2.23.2 2024-09-05

05 Sep 14:27
fa6b75b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.1...v2.23.2

v2.23.1 2024-08-29

29 Aug 18:25
d93e6b1
Compare
Choose a tag to compare

What's Changed

  • Use more explicit warning regarding serialization warning for missing fields by @sydney-runkle in #1415
  • Support BigInt serialization for int subclasses by @kxx317 in #1417

New Contributors

Full Changelog: v2.23.0...v2.23.1

v2.23.0 2024-08-19

19 Aug 18:57
4113638
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.22.0...v2.23.0

v2.22.0 2024-08-15

15 Aug 15:25
a6d0d63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.21.0...v2.22.0

v2.21.0 2024-08-05

05 Aug 16:28
f79d49b
Compare
Choose a tag to compare

What's Changed

Packaging

Fixes

  • Fixes discriminated union bug regression when using enums by @kfreezen in #1286
  • string: Use 're.Pattern.search' instead of 're.Pattern.match' by @tinez in #1368
  • Fix model field_serializer with computed field by @nix010 in #1349
  • Clean up some string handling cases by @davidhewitt in #1381

Features

Performance

  • Use Uuid:::from_u128 for uuid_to_string by @fft001 in #1362

New Contributors

Full Changelog: v2.20.1...v2.21.0

v2.20.1 2024-07-03

03 Jul 16:31
0e6b377
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.20.0...v2.20.1

v2.20.0 2024-06-24

25 Jun 00:39
7b62646
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.19.0...v2.20.0

v2.19.0 2024-06-11

12 Jun 16:29
4d20a1d
Compare
Choose a tag to compare

What's Changed

Packaging

Fixes

Features

New Contributors

Full Changelog: v2.18.4...v2.19.0

0