Skip to content

Commit e6aed76

Browse files
committed
Bump dependencies for mkdocstrings-python to support v2
This doesn't mean that downstream projects will automatically work with `mkdocstrings-python` v2, as some configuration changes might be needed. We need to update the templates and add steps to the migration script in future releases to help with the transition. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4b1aa9a commit e6aed76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"mkdocs-gen-files >= 0.4.0, < 0.6.0",
4242
"semver >= 3.0.1, < 4",
4343
"github-action-utils >= 1.1.0, < 2",
44-
"mkdocstrings-python >= 1.14.6, < 2",
44+
"mkdocstrings-python >= 1.14.6, < 3",
4545
]
4646
dynamic = ["version"]
4747

@@ -83,8 +83,8 @@ dev-mkdocs = [
8383
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.4.0",
8585
"mkdocs-material == 9.6.21",
86-
"mkdocstrings[python] == 0.30.1",
87-
"mkdocstrings-python == 1.18.2",
86+
"mkdocstrings[python] == 1.0.0",
87+
"mkdocstrings-python == 2.0.1",
8888
]
8989
dev-mypy = [
9090
"mypy == 1.18.2",

0 commit comments

Comments
 (0)