Bleak-retry-connector

Latest version: v3.10.0

Safety actively analyzes 723947 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 16

3.0.2

Bug Fixes

- Bluez services cache clear was ineffective
([93](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/93),
[`ec86cb6`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/ec86cb6788ba075920867b5cb06d1f5fa49d18ae))

3.0.1

Bug Fixes

- Update for bleak 0.20.0
([92](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/92),
[`78f9a1e`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/78f9a1e81768ee9543595a6c8673c8c635f63244))

3.0.0

Bug Fixes

- Bump python-semantic-release
([90](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/90),
[`c401988`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/c4019883c9bad3f91a20029e8adf35962a59a488))

- Lint ([89](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/89),
[`c3b5ff8`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/c3b5ff8870b8a5c6cb7972d9e1a0ca677cc0c78d))

- Typing for generic BleakClient classes and the retry_bluetooth_connection_error decorator
([86](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/86),
[`8ddf242`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/8ddf2426ff2fc5274dc2e8a905233a2c30f57fbb))

* fix: typing for the generic BleakClient client class

Using a bound TypeVar we can ensure that any client class we are dealing with is either BleakClient
or a descendant of it and that type then stays consistent throughout the lifecycle.

Signed-off-by: Felix Kaechele <felixkaechele.ca>

* fix: typing for the retry_bluetooth_connection_error decorator

Use TypeVar together with ParamVar to drop the use of the unsafe cast operation.

---------

Co-authored-by: J. Nick Koston <nickkoston.org>

Chores

- Drop Python 3.9 support
([88](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/88),
[`58f9958`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/58f9958785b40d2fbade39ef7f56dab931f888a6))

BREAKING CHANGE: In preparation for the use of Python 3.10 typing features such as ParamSpec, which
is unavailable on Python 3.9.

Following the schema of supporting the current and one previous Python release this drops support
for Python 3.9.

Signed-off-by: Felix Kaechele <felixkaechele.ca>

- Update pre-commit hooks
([87](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/87),
[`fd08a1c`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/fd08a1cf76ce012feadcf4a491b0c31f346b783b))

Co-authored-by: J. Nick Koston <nickkoston.org>

Breaking Changes

- In preparation for the use of Python 3.10 typing features such as ParamSpec, which is unavailable
on Python 3.9.

2.42.0

v3.27.0](https://github.com/commitizen-tools/commitizen/compare/v2.42.0...v3.27.0) -
[github.com/pre-commit/pre-commit-hooks: v4.4.0 →
v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) -
[github.com/pre-commit/mirrors-prettier: v2.7.1 →
v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8) -
[github.com/asottile/pyupgrade: v3.3.1 →
v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.16.0) -
[github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 23.1.0 → 24.4.2](https://github.com/psf/black/compare/23.1.0...24.4.2) -
[github.com/codespell-project/codespell: v2.2.2 →
v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.3.0) -
[github.com/PyCQA/flake8: 6.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.0) -
[github.com/pre-commit/mirrors-mypy: v1.0.1 →
v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.10.1) -
[github.com/PyCQA/bandit: 1.7.4 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.9)

* chore(pre-commit.ci): auto fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([113](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/113),
[`4226fa2`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/4226fa2569b02b1629cdc99e1be181dbdd568b37))

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([114](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/114),
[`92c271d`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/92c271dff0008fac509d602e0a7ea3b74c826f83))

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([115](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/115),
[`98c40cb`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/98c40cb482379f90e7861376ac9c391eaf05a08c))

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([116](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/116),
[`230b739`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/230b73900dfacddf5ba48f8ed2a2fc1d4f47edfe))

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([117](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/117),
[`ef36e57`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/ef36e57234aca7cd04fd0e7922b809f01b41b777))

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>

- **pre-commit.ci**: Pre-commit autoupdate
([118](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/118),
[`12b4f0b`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/12b4f0b09ef54044e519f52621a2b5b863b0efcc))

2.13.1

Bug Fixes

- Make bluetooth-adapters install Linux only as well
([85](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/85),
[`910f0b7`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/910f0b7147c31d1133bc5d308d134a72e47c3ff5))

- Only import from bluetooth_adapters when running on linux
([84](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/84),
[`51926f7`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/51926f7a679437df875f7cb5b6e53253ae10f0b6))

2.13.0

Features

- Remove freshen fallback logic since Home Assistant always provides us the best path to the device
now ([83](https://github.com/Bluetooth-Devices/bleak-retry-connector/pull/83),
[`0954d2d`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/0954d2dfc7ff06f3b7445140c644aeaf7ea36384))

Page 4 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.