Skip to content

Commit f11318e

Browse files
committed
Add support for mkdocstrings-python v2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9a2dfa2 commit f11318e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## New Features
44

5-
* `mkdocs-gen-files` v0.6 is now supported.
5+
* `mkdocsstrings-python` v2.0 are now supported.

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.7.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.3.7",
8585
"mkdocs-material == 9.6.12",
86-
"mkdocstrings[python] == 0.29.1",
87-
"mkdocstrings-python == 1.16.10",
86+
"mkdocstrings[python] == 1.0.0",
87+
"mkdocstrings-python == 2.0.1",
8888
]
8989
dev-mypy = [
9090
"mypy == 1.15.0",

0 commit comments

Comments
 (0)