From be65da8737d9e86a8cdf9dc6e2e3bd4bc702e17d Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:38:19 -0700 Subject: [PATCH] fix: updates to latest transfer models (#152) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b3f424..bc86eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ 'pydantic>=2.7,<2.9', 'pydantic-settings>=2.0', 'aind-data-schema>=1.0.0', - 'aind-data-transfer-models==0.8.3' + 'aind-data-transfer-models==0.8.4' ] [project.optional-dependencies]