Skip to content

Commit a5eb3f2

Browse files
committed
fix mypy version
1 parent e0279cf commit a5eb3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
extras_require={
3232
"desktop": ["opencv-python==4.8.0.74"],
3333
"dev": [
34-
"mypy",
34+
"mypy<1.11.0",
3535
"responses",
3636
"ruff",
3737
"twine",

0 commit comments

Comments
 (0)