From ca4c1702e46dae5ca4db2886e2700fe1f408bb31 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 19 Mar 2024 11:05:37 -0400 Subject: [PATCH] Do not allow dandischema 0.10.1 - new schema not yet supported by dandi-archive With current release of dandi-schema our testing starts to fail, but dandi-archive seems needing CI fixing first to also make upgrade possible. So as a quick resolution to avoid ill effects on users etc, I think we should restrict version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0e0ebcd8b..98950615d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ install_requires = bidsschematools ~= 0.7.0 click >= 7.1 click-didyoumean - dandischema >= 0.9.0, < 0.11 + dandischema >= 0.9.0, < 0.10.1 etelemetry >= 0.2.2 fasteners fscacher >= 0.3.0