Skip to content

Commit 916452b

Browse files
Restrict to mkdocstrings-python <1.16 (#32)
1 parent e0bce3b commit 916452b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mkdocstring-python-xref changes
22

3+
## 1.14.1
4+
5+
* Restrict to mkdocstrings-python <1.16 (see bug #32)
6+
37
## 1.14.0
48

59
* Work with mkdocstrings-python 1.14 or later

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = [
2525
dynamic = ["version"]
2626
requires-python = ">=3.9"
2727
dependencies = [
28-
"mkdocstrings-python >=1.14,<2.0",
28+
"mkdocstrings-python >=1.14,<1.16", # BUG: #32
2929
"griffe >=1.0"
3030
]
3131

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

0 commit comments

Comments
 (0)