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:
Peter Dragun
2025-05-12 09:22:40 +02:00
parent daaedf88a7
commit 5241cbac0e

View File

@@ -38,6 +38,7 @@
"PyYAML>=5.1",
"intelhex",
"rich_click",
"click<8.2.0",
]
[project.urls]