From 21c618a1c65349ac97254c655893043450ae6557 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 7 Jul 2023 14:27:18 +0200 Subject: [PATCH] Check types against older Click that still has correct types https://github.com/pallets/click/issues/2558 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4a3def01..b633d993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,6 +151,7 @@ dependencies = [ "types-PyYAML", "types-setuptools", "typing-extensions", + "click <8.1.4", ] [tool.hatch.envs.types.scripts] check = "mypy mkdocs"