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 6fcb419 commit ecb3a13Copy full SHA for ecb3a13
pyproject.toml
@@ -71,8 +71,8 @@ dependencies = [
71
]
72
73
optional-dependencies.dev = [
74
- "mypy==1.19.0",
75
- "tomli", # Needed even on 3.11+ for typechecking with mypy
+ "mypy==1.19",
+ "tomli", # Needed even on 3.11+ for typechecking with mypy
76
"tox",
77
78
urls = { Homepage = "https://github.com/python/pyperformance" }
0 commit comments