We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d97d74 commit 6c6aeecCopy full SHA for 6c6aeec
2 files changed
pyproject.toml
@@ -23,8 +23,8 @@ classifiers = [
23
Repository = "https://github.com/phi-friday/python-socketio-stubs"
24
25
[project.optional-dependencies]
26
-mypy = ["mypy>=1.20.2"]
27
-mypy-strict = ["mypy==1.20.2", "python-socketio-stubs[mypy]"]
+mypy = ["mypy>=2.1.0"]
+mypy-strict = ["mypy==2.1.0", "python-socketio-stubs[mypy]"]
28
29
[dependency-groups]
30
python-socketio-dependencies = [
0 commit comments