Skip to content

Commit 5241cba

Browse files
committed
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.
1 parent daaedf8 commit 5241cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"PyYAML>=5.1",
3939
"intelhex",
4040
"rich_click",
41+
"click<8.2.0",
4142
]
4243

4344
[project.urls]

0 commit comments

Comments
 (0)