Skip to content

Commit cd93ee3

Browse files
committed
deps: Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes
1 parent 2062325 commit cd93ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31+
"markdown>=3.3,<3.6",
3132
"mkdocstrings>=0.20",
3233
"griffe>=0.37",
3334
]

0 commit comments

Comments
 (0)