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
The loading functions currently return an OrderedDict.
These objects don’t seem to play well with other libraries, such as Pydantic (Model.validate()), which makes user-code post-process the OrderedDict to regular dict.
The text was updated successfully, but these errors were encountered:
The loading functions currently return an
OrderedDict
.These objects don’t seem to play well with other libraries, such as Pydantic (
Model.validate()
), which makes user-code post-process theOrderedDict
to regulardict
.The text was updated successfully, but these errors were encountered: