From b7946033544b758c7e4ccdf4a5de892272f90bc7 Mon Sep 17 00:00:00 2001 From: "Yaroslav O. Halchenko" Date: Tue, 13 May 2025 14:52:20 -0400 Subject: [PATCH] BF(workaround): disallow click 8.2.0 due to regression refs: - https://github.com/pallets/click/issues/2911 - https://github.com/dandi/dandi-cli/issues/1627 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3258dbe7e..b799d2952 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,8 @@ project_urls = python_requires = >=3.9 install_requires = bidsschematools ~= 1.0 - click >= 7.1 + # 8.2.0: https://github.com/pallets/click/issues/2911 + click >= 7.1, !=8.2.0 click-didyoumean dandischema >= 0.11.0, < 0.12.0 etelemetry >= 0.2.2