From 29da18510b1a061a364ed4b49285b9df36776252 Mon Sep 17 00:00:00 2001 From: bjhardcastle Date: Wed, 22 May 2024 19:48:28 -0700 Subject: [PATCH] Pin aind-data-schema --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b5a26c..b53130b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,6 @@ dependencies = [ "jupyterlab>=3.6", "np-workflows>=1.6.74", "npc-sessions>=0.0.222", - "aind-data-schema==0.33.8", + "aind-data-schema==0.33.3", "npc-shields>=0.1.9", ]