Bump bleak from 1.0.1 to 1.1.1 by dependabot[bot] · Pull Request #156 · bretterer/rivian-python-client
Bumps bleak from 1.0.1 to 1.1.1.
Release notes
Sourced from bleak's releases.
v1.1.1
Fixed
- Fixed D-Bus connection leak on connection failure in BlueZ backend.
- Fixed characteristic's max write without response size using wrong characteristic's value. Fixes #1820.
- Fixed
AttributeErrorin Python4Android backend when accessingis_connectedbefore connecting. Fixes #1791.v1.1.0
Added
- Added support for Pythonista iOS app backend.
- Added
BleakClient.nameproperty for getting the peripheral's name. Fixes #1802.Fixed
- Fixed
BleakClient.connect()on Android when service characteristics have descriptors. Fixes #1803.- Fixed disconnect callback not called on Windows when Bleak initiates disconnection.
Changelog
Sourced from bleak's changelog.
1.1.1_ (2025-09-07)Fixed
- Fixed D-Bus connection leak on connection failure in BlueZ backend.
- Fixed characteristic's max write without response size using wrong characteristic's value. Fixes #1820.
- Fixed
AttributeErrorin Python4Android backend when accessingis_connectedbefore connecting. Fixes #1791.
1.1.0_ (2025-08-10)Added
- Added support for Pythonista iOS app backend.
- Added
BleakClient.nameproperty for getting the peripheral's name. Fixes #1802.Fixed
- Fixed
BleakClient.connect()on Android when service characteristics have descriptors. Fixes #1803.- Fixed disconnect callback not called on Windows when Bleak initiates disconnection.
Commits
2564f91v1.1.1e1c44bebluezdbus: improve D-Bus connection error handling in managerf934ecebackends/bluez: don't bind lambda to loop variable6b2c390backends/p4android/client: initialize __callbacks to None1e6dd6fMerge pull request #1808 from hbldh/release/v1.1.0edc9c51v1.1.047b5974backends/winrt/client: call disconnect callback on disconnecta65eb33Pythonista iOS app backend support4733a78bleak: add BleakClient.name property55ff513backends: p4android: fix connect()- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)