Skip to content

Commit

Permalink
Add support for bleak v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Mar 18, 2023
1 parent 77fbe3b commit d9ccb40
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.6] - 2023-03-18
### Added
- Added support for bleak version `~0.20`.

## [0.9.5] - 2023-03-11
### Fixed
- Fixed configuration validation to accept 36-character MAC addresses as seen on macOS.
Expand Down
138 changes: 59 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target-version = ["py38"]
name = "idasen"
description = "ikea IDÅSEN desk API and CLI."
authors = ["Alex Martens <[email protected]>"]
version = "0.9.5"
version = "0.9.6"
license = "MIT"
readme = "README.rst"
repository = "https://github.com/newAM/idasen"
Expand All @@ -16,7 +16,7 @@ keywords = ["ikea", "idasen", "bluetooth", "linak", "ble"]
[tool.poetry.dependencies]
python = "^3.8"

bleak = ">=0.15,<0.20"
bleak = ">=0.15,<0.21"
pyyaml = ">=5.3.1,<7"
voluptuous = ">=0.12,<0.14"

Expand Down

0 comments on commit d9ccb40

Please sign in to comment.