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:
Peter Dragun
2025-10-01 15:17:58 +02:00
parent 1b37d3d758
commit fa975910f0

View File

@@ -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",
]