From 561c63834a0c5a16af5b1037042735cc5e2ba6d1 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Thu, 6 Jul 2023 14:29:00 -0700 Subject: [PATCH] Temporarily pin to click < 8.1.4 There is a typing issue with click decorators: https://github.com/pallets/click/issues/2558 [ghstack-poisoned] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 686a7039..0510c667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ docs = [ "sphinx-mdinclude == 0.5.3", ] dev = [ + "click < 8.1.4", # https://github.com/pallets/click/issues/2558 "attribution == 1.6.2", "black == 23.3.0", "flake8 == 6.0.0",