Skip to content

Commit 4830be5

Browse files
committed
pyproject: update hidapi version
v0.13.0 didn't have binary wheels for Python 3.12, so caused installation failures in some cases.
1 parent 935c2c9 commit 4830be5

File tree

3 files changed

+78
-44
lines changed

3 files changed

+78
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- Updated `hidapi` dependency to v0.14.0.
11+
12+
### Fixed
13+
- Fixed installing on Windows due to failed `hidapi` installation.
14+
915
## [1.0.0-alpha.46] - 2024-05-04
1016

1117
### Changed

poetry.lock

Lines changed: 71 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mpy-cross-v6 = "^1.0.0"
4343
packaging = "^22"
4444
typing-extensions = "^4.3.0"
4545
reactivex = "^4.0.4"
46-
hidapi = "^0.13.1"
46+
hidapi = "^0.14.0"
4747

4848
[tool.poetry.group.notebook.dependencies]
4949
ipykernel = "^5.3.1"

0 commit comments

Comments
 (0)