Skip to content

v0.11.0-post2

Compare
Choose a tag to compare
@ff137 ff137 released this 04 Apr 11:32
· 41 commits to main since this release
f55c73f

Changelogs:

Previously, a bug in pydantic would cause a memory leak if validate_assignment was set to True, together with some other modification that was necessary. This has since been fixed in Pydantic 2.6. So this release resets validate_assignment back to True, and pins to Pydantic >=2.6.

What's Changed

  • 👷 set validate_assignment config back to True by @ff137 in #162

Full Changelog: v0.11.0-post1...v0.11.0-post2