v0.11.0-post2
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
Full Changelog: v0.11.0-post1...v0.11.0-post2