Skip to content

Commit

Permalink
Pin max idasen version to 0.11.0 (#23)
Browse files Browse the repository at this point in the history
v0.11.1 introduces some regressions as reported in:
home-assistant/core#110958
newAM/idasen#409
  • Loading branch information
abmantis authored Feb 26, 2024
1 parent 60d9ce0 commit 4d48bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "idasen-ha"
version = "2.5"
version = "2.5.1"
authors = [{name = "Abílio Costa", email = "amfcalt@gmail.com"}]
description = "Home Assistant helper lib for the IKEA Idasen Desk integration"
classifiers = [
Expand All @@ -14,7 +14,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"idasen>=0.10,<0.12"
"idasen>=0.10,<=0.11.0"
]

[project.readme]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
idasen>=0.10,<0.12
idasen>=0.10,<=0.11.0

0 comments on commit 4d48bd5

Please sign in to comment.