Skip to content

Commit c8cf2ca

Browse files
authored
Use latest version of Typer, unpin Click (#206)
The latest version of Typer (v0.15.4) specifies that it shouldn't be used with Click 8.2+, so it's no longer necessary to specify a Click version range in Alga as long as we use the latest version of Typer.
1 parent 4e24a59 commit c8cf2ca

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ classifiers = [
3636

3737
dependencies = [
3838
"cfgs >= 0.13.0",
39-
"click < 8.2.0",
4039
"getmac >= 0.9.0",
4140
"pzp >=0.0.25",
4241
"rich >= 13.0.0",
43-
"typer >= 0.15.0",
42+
"typer >= 0.15.4",
4443
"wakeonlan >= 2.0.0",
4544
"websocket-client >= 1.0.0",
4645
]

uv.lock

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

0 commit comments

Comments
 (0)