From 8ac2a6b1b35dad2e9976565616c913dd0ba19460 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Mon, 25 Nov 2024 14:51:30 -0800 Subject: [PATCH] chore: bump validator version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54814e7..2d1db0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ 'aind-data-access-api[docdb]', 'aind-data-access-api[rds]', 'aind-data-schema-models', - 'aind-metadata-validator', + 'aind-metadata-validator>=0.7.7', 'flask', ]