Skip to content

Commit 87e40ba

Browse files
authored
Disallow click 8.2.0 (#199)
It seems to be bring incompatibilities with Typer, and since it will be installed by default until a fix is made, it makes sense to not allow that version, since it otherwise will break Alga for new users.
1 parent a545cdf commit 87e40ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636

3737
dependencies = [
3838
"cfgs >= 0.13.0",
39+
"click < 8.2.0",
3940
"getmac >= 0.9.0",
4041
"pzp >=0.0.25",
4142
"rich >= 13.0.0",

uv.lock

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

0 commit comments

Comments
 (0)