Skip to content

Commit e64682e

Browse files
authored
fix(deps): temporarily pin typing-extensions deps, to avoid breaking the sphinxnotes-markdown-builder package (#552)
1 parent 49862bf commit e64682e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dev = [
5151
docs = [
5252
"sphinx >=5.1.1,<8.0.0",
5353
"sphinxnotes-markdown-builder >=0.5.6,<1.0.0",
54+
"typing-extensions <4.6.0", # markdown-builder uses pydash: https://github.com/dgilland/pydash/issues/197
5455
]
5556
hooks = [
5657
"pre-commit >=2.18.0,<3.4.0",

0 commit comments

Comments
 (0)