Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2025

This PR contains the following updates:

Package Change Age Confidence
bleak (changelog) >=0.22.3,<0.23.0 -> >=1.1.0,<1.2.0 age confidence

Release Notes

hbldh/bleak (bleak)

v1.1.0

Compare Source

=====================

Added

  • Added support for Pythonista iOS app backend.
  • Added BleakClient.name property 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.

v1.0.1

Compare Source

=====================

Changed

  • Added deprecation warnings for importing bleak.args.* types from bleak.backends.*.

Fixed

  • Restored **kwargs in BLEDevice() constructor. Fixes #​1783.
  • Restored importing OrPattern from bleak.backends.bluezdbus.advertisement_monitor.

v1.0.0

Compare Source

=====================

Added

  • Added pair parameter to BleakClient() constructor to allow pairing before connecting. Fixes #​309.
  • Added notification_discriminator parameter to start_notify() on CoreBluetooth backend. Merged #​1742.

Changed

  • Enabled extended advertising scanning in the WinRT backend. Merged #​1705.
  • Made response argument of class BleakClient.write_gatt_char() explicitly optional. Fixes #​1730.
  • Updated Poetry build system version to >=2.0. Merged #​1718.
  • Log to stderr instead of stdout when BLEAK_LOGGING is enabled. Merged #​1709.
  • Updated winrt backend to use PyWinRT >= 3.1.
  • Changed return type of connect(), disconnect(), pair() and unpair() methods to None.
  • Moved backend-specific arg types to new bleak.args sub-package.
  • BLEDevice.name will now return None instead of the address when the name is not available. Merged #​1762.
  • Deprecated protection_level kwarg for pairing in WinRT backend. Merged #​1770.

Fixed

  • Fixed resolvable private address not updated after connecting in BlueZ backend. Fixes #​1737.
  • Fixed possible KeyError when getting services in BlueZ backend. Fixes #​1435.
  • Fix D-Bus connection leak when connecting to a device fails in BlueZ backend. Fixes #​1698.
  • Fixed possible deadlock when connecting on WinRT backend when device is already connected. Fixes #​1757.
  • Fixed getting notifications from devices connected to BLE adapters with index >9 (hci10, hci11, ...). Merged #​1744.
  • Fixed ATT error code 15 description to "Insufficient Encryption". Merged #​1746.

Removed

  • Removed support for Python 3.8. The minimum supported version is now Python 3.9.
  • Removed deprecated parameters, properties and methods.
  • Removed support for macOS < 10.13.
  • Removed support for BlueZ < 5.55.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Jul 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/bleak-1.x branch from efb5e5c to 43632d9 Compare August 11, 2025 08:00
@ikifar2012 ikifar2012 merged commit bdc319d into main Aug 14, 2025
2 checks passed
@renovate renovate bot deleted the renovate/bleak-1.x branch August 14, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants