We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e1371 commit a441c17Copy full SHA for a441c17
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ requires-python = ">= 3.12"
13
dependencies = [
14
"comment-parser>=1.2.4",
15
"ignore-python>=0.3.3",
16
- "typer>=0.16.0",
+ "typer>=0.16.0,<0.26.8", # 0.26.8 removed rich_utils.STYLE_METAVAR, still imported by sphinxcontrib-typer (docs)
17
"click < 8.2", # click 8.2.* produces empty errors if no args are given
18
"jsonschema",
19
"sphinx>=7.4,<10",
0 commit comments