Skip to content

Commit 3eabd33

Browse files
committed
Merge remote-tracking branch 'benma/hidapi-0.14'
2 parents 85a13d9 + 4e11e65 commit 3eabd33

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)