Skip to content

Commit 4487c88

Browse files
committed
Temporarily pin Python Markdown to mitigate #8308
1 parent e8a6331 commit 4487c88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020

2121
# Requirements for core
2222
jinja2~=3.1
23-
markdown~=3.2
23+
# Temporary pin: incompatibility between Python Markdown 3.8.2 and MkDocs 1.6.1
24+
# See https://github.com/squidfunk/mkdocs-material/issues/8308 for more info
25+
markdown>=3.2,<=3.8.0
2426
mkdocs~=1.6
2527
mkdocs-material-extensions~=1.3
2628
pygments~=2.16

0 commit comments

Comments
 (0)