Skip to content

Commit 35bfe06

Browse files
committed
poetry: update bleak dependency
This pulls in a fix needed to work around a macOS 12 bug that causes devices to not be discovered unless a service UUID filter is provided when scanning.
1 parent 97364a3 commit 35bfe06

File tree

4 files changed

+85
-68
lines changed

4 files changed

+85
-68
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
- Updated `bleak` dependency to v0.14.0.
11+
12+
### Fixed
13+
- Fixed Bluetooth Low Energy not working on macOS 12.
14+
15+
916
## [1.0.0-alpha.19] - 2021-12-24
1017

1118
### Fixed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# requirements for buiding on readthedocs.org
22

3-
bleak==0.11.0 # part of public API
3+
bleak==0.14.0 # part of public API
44
Sphinx==4.0.2
55
sphinx-rtd-theme==0.5.2
66
toml==0.10.2

0 commit comments

Comments
 (0)