Closed harrisonliew closed 8 months ago
Thanks! There are a few pydantic APIs to update in tests
which the bump-pydantic
script doesn't seem to touch, not sure why that's not working, but we can fix these by hand.
Also, now may be a good time to add mypy -p tests
to workflows/pr.yml
. There have been failing typechecks for tests
that we can patch in this PR too.
tests/
to mypy type checking.Related PRs / Issues
Type of change:
Impact:
Contributor Checklist:
master
as the base branch?poetry.lock
file if you updated the requirements inpyproject.toml
?e2e/
if this feature depends on updated plugins?