Skip to content

Bump pydantic-core from 2.26.0 to 2.27.0

HIFIS Bot requested to merge dependabot-pip-pydantic-core-2.27.0 into main

Bumps pydantic-core from 2.26.0 to 2.27.0.

Release notes

Sourced from pydantic-core's releases.

v2.27.0 2024-11-12

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.26.0...v2.27.0

Commits
  • 061711f Prep for v2.27.0 release (#1541)
  • be03c66 support trailing-strings with allow_partial (#1539)
  • a3f13c7 fix wrap serializer breaking union serialization in presence of extra field...
  • cd0346d More union serialization tidying (#1536)
  • cd270e4 Fix _IncEx type alias to be compatible with mypy (#1537)
  • 2419981 fix(union_serializer): do not raise warnings in nested unions (#1513)
  • 4cb82bf fix panic in validate_assignment when field has gone missing (#1532)
  • 085e61d Remove Url and MultiHostUrl docstrings, we moved them to pydantic (#1531)
  • 815d224 Bump the python-packages group across 1 directory with 7 updates (#1529)
  • See full diff in compare view

Merge request reports

Loading