We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a13d9 + 4e11e65 commit 3eabd33Copy full SHA for 3eabd33
py/bitbox02/CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 6.2.0
4
- 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
6
7
## 6.1.1
8
- Update protobuf dependency to >= 3.20, for better compatibility
py/bitbox02/setup.py
@@ -73,7 +73,7 @@ def find_version() -> str:
73
],
74
},
75
install_requires=[
76
- "hidapi>=0.7.99.post21",
+ "hidapi>=0.14.0",
77
"noiseprotocol>=0.3",
78
"protobuf>=3.20",
79
"ecdsa>=0.14",
0 commit comments