From d9c093d7470aceb98eac428b5b2fb7523bb8bc7e Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Tue, 10 Sep 2024 21:20:33 -0700 Subject: [PATCH] chore: un-cap pydantic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98a81046..3338211f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dynamic = ["version"] dependencies = [ 'aind-data-schema-models>=0.3.2', 'dictdiffer', - 'pydantic>=2.7,<2.9', + 'pydantic>=2.7', 'inflection', 'jsonschema', 'semver'