diff --git a/setup.py b/setup.py index 13bec7e45..6a35ee6bd 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def find_stub_files(name): ] extras_require = { - "compatible-mypy": ["mypy>=0.991,<0.1000"], + "compatible-mypy": ["mypy>=0.991,<1.1"], "coreapi": ["coreapi>=2.0.0"], "markdown": ["types-Markdown>=0.1.5"], }