Skip to content

Commit 10a459c

Browse files
committed
Add back click dependency to maintain compatibility and avoid test failures
1 parent 7d5cbe5 commit 10a459c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"rich>=13.6.0,<15.0.0",
2121
"pydantic>=2.0.0, <3.0",
2222
"typer>=0.9.0,<0.20",
23+
"click>=8.1.0,<8.4.0",
2324
"tenacity>=8.1.0,<10.0.0",
2425
"rstr>=3.2.2,<4.0.0",
2526
"typing-extensions>=4.8.0,<5.0.0",

0 commit comments

Comments
 (0)