Skip to content

Commit a441c17

Browse files
authored
fix(docs): cap typer <0.26.8 (0.26.8 broke the Documentation build) (#84)
1 parent 00e1371 commit a441c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">= 3.12"
1313
dependencies = [
1414
"comment-parser>=1.2.4",
1515
"ignore-python>=0.3.3",
16-
"typer>=0.16.0",
16+
"typer>=0.16.0,<0.26.8", # 0.26.8 removed rich_utils.STYLE_METAVAR, still imported by sphinxcontrib-typer (docs)
1717
"click < 8.2", # click 8.2.* produces empty errors if no args are given
1818
"jsonschema",
1919
"sphinx>=7.4,<10",

0 commit comments

Comments
 (0)