diff --git a/pyproject.toml b/pyproject.toml index 3338211f..98a81046 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', + 'pydantic>=2.7,<2.9', 'inflection', 'jsonschema', 'semver'