diff --git a/pyproject.toml b/pyproject.toml index f533bfe2..861f94e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,9 @@ dependencies = [ "mypy-extensions==1.0.0", "ruff==0.4.8", "isort==5.13.2", + + # for more mypy tests + "pydantic==1.10.18", ] [tool.hatch.envs.linting.scripts] typing = "mypy --config-file=pyproject.toml {args:} ./src/ ./tests/ ./examples/"