diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index b7971ea..cfb8c4d 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -34,7 +34,7 @@ opentelemetry-sdk = ">=1.27.0" yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<9.0.0" pylint = ">=3.2.7,<5.0.0" -mypy = "^1.11.2" +mypy = ">=1.11.2,<3.0.0" pytest = ">=8.3.2,<10.0.0" pytest-asyncio = ">=0.24,<1.4" poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"