Skip to content

Commit 58e7ec3

Browse files
committed
py: require hidapi>=0.14.0
Fixing trezor/cython-hidapi#151, which includes the fix libusb/hidapi#531, which fixes a bug where on macOS, the interface number of all hid interfaces would be 0. This lead to one BitBox02 multi being listed twice instead of once (as it exposes a second interface for U2F).
1 parent 8658620 commit 58e7ec3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

py/bitbox02/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 6.2.0
44
- btc_sign: allow displaying BTC values in the 'sat' unit
5+
- require hidapi 0.14.0 to fix a bug on macOS 13.3 which lists two BitBox02s instead of one
56

67
## 6.1.1
78
- Update protobuf dependency to >= 3.20, for better compatibility

py/bitbox02/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def find_version() -> str:
7373
],
7474
},
7575
install_requires=[
76-
"hidapi>=0.7.99.post21",
76+
"hidapi>=0.14.0",
7777
"noiseprotocol>=0.3",
7878
"protobuf>=3.20",
7979
"ecdsa>=0.14",

0 commit comments

Comments
 (0)