diff --git a/pyproject.toml b/pyproject.toml index 0980e33..73bae1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ test = [ typing = [ "mypy", # https://github.com/facebook/pyre-check/issues/398 - "pyre-check >= 0.9.17", + "pyre-check >= 0.9.17, < 0.9.23", "types-aiofiles", "typing-extensions", ]