Skip to content

Commit f81c32e

Browse files
style: use compatible release expression in dandischema dependency requirement
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
1 parent f1f1d7f commit f81c32e

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.12.0, < 0.13.0",
52+
"dandischema ~= 0.12.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)