diff --git a/pyproject.toml b/pyproject.toml index 7a40c7c..bef78da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ migrate = "redis_om.model.cli.migrate:migrate" [project.optional-dependencies] dev = [ - "mypy>=1.15,<2.0", + "mypy>=1.15,<3.0", "pytest>=9.0.3,<10", "pytest-cov>=6.0,<8.0", "pytest-codspeed>=3.0,<5.0",