mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +08:00
fix(windows): Limit rich_click version to <1.9.0
There seems to be an issue with rich_click version 1.9.0 on Windows. GH actions builds are failing because of this on encoding errors.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"reedsolo>=1.5.3,<1.8",
|
||||
"PyYAML>=5.1",
|
||||
"intelhex",
|
||||
"rich_click",
|
||||
"rich_click<1.9.0", # ESPTOOL-1192
|
||||
"click<9",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user