Skip to content

Commit 174b847

Browse files
committed
Restrict supported version ranges
1 parent 344b5ad commit 174b847

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@ classifiers = [
3333
keywords = ["documentation", "mkdocstrings", "mkdocstrings-handler"]
3434
requires-python = ">=3.9"
3535
dependencies = [
36-
# TODO: Look into supported version ranges, for now
37-
# require exact versions to ensure things will work.
38-
"mkdocs>=1.4",
39-
"mkdocs-autorefs>=1.3.0",
40-
"mkdocstrings==0.28.0",
41-
"mkdocstrings-python==1.14.6",
42-
"griffe==1.5.6",
36+
"mkdocstrings-python>=1.14.1,<1.15.0",
37+
"griffe>=1.0.0",
4338
"typing-extensions>=4.0",
4439
]
4540

uv.lock

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)