From daca46775199e955f5ccb7062bb945fc69d29907 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 19 Mar 2024 10:42:22 -0400 Subject: [PATCH] Boost dandischema to 0.10.1 which released 0.6.7 without this now dandi-cli tests failing since would use fresh dandischema which would produce records in 0.6.7 schema. AFAIK, since just patch version increment probably no adjustment needed on dandi-archive side, but let's see if tests (and/or @satra or @bendichter) say otherwise --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11dbdba84..eeab69fe0 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ include_package_data=True, install_requires=[ 'celery', - 'dandischema~=0.9.0', + 'dandischema~=0.10.1', 'django~=4.1.0', 'django-admin-display', # Require 0.58.0 as it is the first version to support postgres' native