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 53121d6 commit e92aeebCopy full SHA for e92aeeb
pyproject.toml
@@ -48,10 +48,10 @@ tests = [
48
]
49
dev = [
50
"gto[tests]",
51
- "mypy==1.17.1; python_version > '3.9'",
+ "mypy==1.18.2; python_version > '3.9'",
52
# mypy>=1.11.0 crashes when used with pydantic-settings on Python 3.9,
53
# see: https://github.com/python/mypy/issues/17535
54
- "mypy<1.11.0; python_version <= '3.9'",
+ "mypy<1.18.3; python_version <= '3.9'",
55
"pylint==3.3.8",
56
"types-PyYAML",
57
"types-filelock",
0 commit comments