You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taking a quick look at what changed in pydantic-core in that version, it seems the bug was introduced by this commit about memory optimization? it looks like the to_python method is naively delegating to the schema serializer without accounting for the wrapping mode. i know little about rust, and haven't really investigated so i could be far off here.
The text was updated successfully, but these errors were encountered:
i've narrowed down the issue to the "bump to pydantic-core 2.29.0" commit in pydantic.
taking a quick look at what changed in pydantic-core in that version, it seems the bug was introduced by this commit about memory optimization? it looks like the
to_python
method is naively delegating to the schema serializer without accounting for the wrapping mode. i know little about rust, and haven't really investigated so i could be far off here.The text was updated successfully, but these errors were encountered: