Skip to content

Commit eed2784

Browse files
committed
chore: set dandischema dependency to 0.12.0 and beyond
This allows syncing of `dandischema` version with `dandi-archive` to resolve the `dandischema` versioning issue stated in dandi/dandi-schema#344 as part of the effort to address dandi/dandi-schema#299
1 parent 8091fd1 commit eed2784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
# >=8.2.0: https://github.com/pallets/click/issues/2911
5050
"click >= 7.1, <8.2.0",
5151
"click-didyoumean",
52-
"dandischema >= 0.11.1, < 0.12.0",
52+
"dandischema >= 0.12.0, < 0.13.0",
5353
"etelemetry >= 0.2.2",
5454
# For pydantic to be able to use type annotations like `X | None`
5555
"eval_type_backport; python_version < '3.10'",

0 commit comments

Comments
 (0)