From af037f80edf5cc6f8f66a0477126556f3c9e6f9e Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:35:10 -0700 Subject: [PATCH] fix: updates patched models (#167) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc9b19b..7bc2065 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.9.0' + 'aind-data-transfer-models==0.9.1' ] [project.optional-dependencies]