Pynitrokey 0.7.0 released
By SecBurg
(Updated:
)
Pynitrokey, the Python client for Nitrokey devices, has been released in version 0.7.0.
You can upgrade your existing pynitrokey installation by using the command
pipx upgrade pynitrokey
v0.7.0 Latest - Changelog
Add confirm option to allow automated updates on nk3 devices
Use config field availability information from the sdk
Remove asn1crypto
fixed URL for Nitrokey3/Linux/udev rules troubleshooting
Make pyscard dependency optional
Fix deprecation warning with TripleDES
remove unused .gitlab-ci.yml
Remove unused dependencies
Note: This release makes the piv command optional. If you want to use it, install the pcsc extra, for example with
pipx install pynitrokey[pcsc].