Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spm): correctly parse pydantic model results
Use model_validate instead of __init__ when parsing JSON from the API to ensure that special model validators which use a different type have their results intepreted correctly by pydantic
- Loading branch information