JnyJny / busylight

Control USB connected presence lights from multiple vendors via the command-line or web API.
Apache License 2.0
226 stars 25 forks source link

[BUG] typer 0.12.3 seems to work despite the requirements for a typer <0.10 #347

Closed NGeorgescu closed 4 months ago

NGeorgescu commented 4 months ago

not having the most up to date typer package has a conflict with some other packages that I use. Not sure how important the <0.10 requirement is (which installs 0.9.4)

seems to work just fine on my system for the functionality of busylight on and rainbow.

Thanks.

JnyJny commented 4 months ago

Thanks for the prod, I've updated the dependencies in pyproject to accept the latest version of typer. Let me know if that fixes the problem you ran into.

JnyJny commented 4 months ago

Of course I found some other deps that were out of date, just published version 0.30.0 with the updated dependencies.