From 74542831b39361321e28c63fa806a11e5b012d8f Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:15:36 -0700 Subject: [PATCH] build: updates aind-data-transfer-models (#149) --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11d905b..0b3f424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,10 @@ dynamic = ["version"] dependencies = [ 'boto3', - 'pydantic>=2.0,<2.9', + 'pydantic>=2.7,<2.9', 'pydantic-settings>=2.0', - 'aind-data-transfer-models==0.8.2' + 'aind-data-schema>=1.0.0', + 'aind-data-transfer-models==0.8.3' ] [project.optional-dependencies]