From 17632c8f19f97758516b707270b4120e05e16df7 Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:22:39 -0700 Subject: [PATCH] fix: updates patch for aind-data-transfer-models (#148) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27909d2..11d905b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ 'boto3', 'pydantic>=2.0,<2.9', 'pydantic-settings>=2.0', - 'aind-data-transfer-models==0.8.1' + 'aind-data-transfer-models==0.8.2' ] [project.optional-dependencies]