There is a newer version of the record available.

Published February 5, 2024 | Version v2.6.1
Software Open

pydantic/pydantic: v2.6.1 2024-02-05

Description

v2.6.1 (2024-02-05)

What's Changed

Packaging

  • Upgrade to pydantic-core 2.16.2 by @sydney-runkle in #8717

Fixes

  • Fix bug with mypy plugin and no_strict_optional = True by @dmontagu in #8666
  • Fix ByteSize error type change by @sydney-runkle in #8681
  • Fix inheriting Field annotations in dataclasses by @sydney-runkle in #8679
  • Fix regression in core schema generation for indirect definition references by @dmontagu in #8702
  • Fix unsupported types bug with PlainValidator by @sydney-runkle in #8710
  • Reverting problematic fix from 2.6 release, fixing schema building bug by @sydney-runkle in #8718
  • Fix warning for tuple of wrong size in Union by @davidhewitt in pydantic/pydantic-core#1174
  • Fix computed_field JSON serializer exclude_none behavior by @sydney-runkle in pydantic/pydantic-core#1187

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.0...v2.6.1/

Files

pydantic/pydantic-v2.6.1.zip

Files (3.0 MB)

Name Size Download all
md5:ba51be86a6bf79cd1cddae32542e3a21
3.0 MB Preview Download

Additional details

Related works