diff --git a/pyproject.toml b/pyproject.toml index 92a35c9d3..d44de8dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ # >=8.2.0: https://github.com/pallets/click/issues/2911 "click >= 7.1, <8.2.0", "click-didyoumean", - "dandischema >= 0.11.1, < 0.12.0", + "dandischema ~= 0.12.0", "etelemetry >= 0.2.2", # For pydantic to be able to use type annotations like `X | None` "eval_type_backport; python_version < '3.10'",