mirror of
https://github.com/espressif/esptool.git
synced 2025-10-18 09:12:27 +08:00
fix: lock upper version of click to <8.2.0
There were some changes in click 8.2.0 that break the CLI. One of which is that get_metavar has a new required parameter, we need to check if there are other changes required so I am locking the version for now.
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
"PyYAML>=5.1",
|
"PyYAML>=5.1",
|
||||||
"intelhex",
|
"intelhex",
|
||||||
"rich_click",
|
"rich_click",
|
||||||
|
"click<8.2.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Reference in New Issue
Block a user