We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99998f2 commit b96cc85Copy full SHA for b96cc85
pyproject.toml
@@ -18,7 +18,7 @@ codespell = ["codespell==2.4.1"]
18
ruff = ["ruff==0.14.7"]
19
20
types = ["types-requests", "types-python-dateutil"]
21
-mypy = ["mypy[faster-cache]==1.18.2", { include-group = "types" }]
+mypy = ["mypy[faster-cache]==1.19.0", { include-group = "types" }]
22
pyright = ["pyright==1.1.407", { include-group = "types" }]
23
24
[tool.uv]
0 commit comments