-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
Since yesterday, my CI started to report errors when using a fixed version (0.1.32) of azdev to setup azure-cli and the error message is something like ModuleNotFoundError: No module named 'colorama'.
I found the reason is knack removed this lib in PR #249 and so did azdev in PR #321. However, the version of the dependent library knack in azdev's setup.py is not fixed, even if a fixed version of azdev is installed, the latest knack will still be installed through the dependencies, and the colorama library that the old version of azdev depends on is no longer installed.
I would like to ask if the maintainers could fix the version of the dependent libraries to avoid similar issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels