8000 deps: Set upper bound on Griffe (0.33) · mkdocstrings/python@ad8c2a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8c2a3

Browse files
committed
deps: Set upper bound on Griffe (0.33)
The next Griffe version will be incompatible with our templates here, so we set an upper bound until we adapt our templates. Our next version will set the lower bound on Griffe 0.33.
1 parent 3204014 commit ad8c2a3

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
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"mkdocstrings>=0.20",
32-
"griffe>=0.30",
32+
"griffe>=0.30,<0.33",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)
0