Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some pydantic 2.0
DeprecationWarning
s (#289)
**Description:** The test suite is throwing many `DeprecationWarning`s and `UserWarning`s. This PR addresses only one class: a pydantic 2.0 `DeprecationWarning` caused by `.dict()` calls in the test suite itself. **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [ ] Documentation has been updated to reflect changes, if applicable - [ ] Changes are added to the changelog
- Loading branch information