Skip to content

Commit fc8c052

Browse files
committed
fix: resolve help system compatibility issues - Update Typer from ^0.9.0 to >=0.15.0,<1.0.0 for Click 8.2+ compatibility - Fixes TypeError: Parameter.make_metavar() missing argument error - Ensures help system works reliably across all environments - Tested and verified in real-world project environment
1 parent d53dc68 commit fc8c052

2 files changed

Lines changed: 21 additions & 13 deletions

File tree

poetry.lock

Lines changed: 20 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages = [{include = "contextcraft", from = "src"}]
2929

3030
[tool.poetry.dependencies]
3131
python = ">=3.9,<4.0"
32-
typer = "^0.9.0"
32+
typer = ">=0.15.0,<1.0.0"
3333
rich = "^13.0.0"
3434
pathspec = "^0.12.1"
3535
toml = "^0.10.2"

0 commit comments

Comments
 (0)