Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

Pin the click version #419

Closed mmerklinger closed 11 months ago

mmerklinger commented 12 months ago

This PR limits the version of the click to a maximum of 8.1.3. The latest version of click has a problem with mypy type checks, causing them to fail. The issue is currently unsolved pallets/click#2558.

Changes

Checklist

Make sure to run make check and make fix before creating a PR, otherwise the CI will fail.

Test Environment and Execution

Relevant Output Example

Fixes #

mmerklinger commented 11 months ago

Adapted the PR accordingly.