Change8

v2.13.5

📦 pydanticView on GitHub →
🐛 4 fixes🔧 2 symbols

Summary

This release addresses several bugs related to validator reuse, garbage collection traversal in pydantic-core, and field counting in smart unions.

🐛 Bug Fixes

  • Allow reuse of validators when plugins are set.
  • Fix missing GC traversal on some pydantic-core struct fields.
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer.
  • Count validated model fields once in smart unions.

Affected Symbols