Skip to content

Commit e8aaa83

Browse files
authored
Merge pull request #1658 from kabilar/dependencies
Upgrade minimal `dandischema` version to 0.11.1 for schema version compatibility
2 parents 50491d5 + 0ef9eeb commit e8aaa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
# >=8.2.0: https://github.com/pallets/click/issues/2911
3636
click >= 7.1, <8.2.0
3737
click-didyoumean
38-
dandischema >= 0.11.0, < 0.12.0
38+
dandischema >= 0.11.1, < 0.12.0
3939
etelemetry >= 0.2.2
4040
# For pydantic to be able to use type annotations like `X | None`
4141
eval_type_backport; python_version < "3.10"

0 commit comments

Comments
 (0)