trezor / cython-hidapi

:snake: Python wrapper for the HIDAPI
Other
285 stars 110 forks source link

Update to HIDAPI v0.14.0 #151

Closed flozz closed 1 year ago

flozz commented 1 year ago

Hello,

HIDAPI v0.14.0 was released 3 days ago. Among other things, it fixes an annoying bug on macOS Ventura that causes all interfaces numbers to be 0...

Is it possible for you to update the Python bindings to allow us to benefit from this fix? :)

benma commented 1 year ago

Please do this and release an update as soon as possible - this bug (fixed in 0.14.0) is affecting BitBox02 users on macOS 13.3+. Thanks!

prusnak commented 1 year ago

Uploaded to PyPI: https://pypi.org/project/hidapi/0.14.0/

Enjoy!

flozz commented 1 year ago

Yeah! Thank you! :D

benma commented 1 year ago

Thank you!