Skip to content

Commit

Permalink
fix: relax lxml requirement to increase for compatibility with older …
Browse files Browse the repository at this point in the history
…HA (#84)
  • Loading branch information
luuuis authored Feb 14, 2024
1 parent 6b18aea commit 1cec76d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/wibeee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"issue_tracker": "https://github.com/luuuis/hass_wibeee/issues",
"requirements": [
"xmltodict==0.13.0",
"lxml==5.1.0"
"lxml>=4.9.1,<6"
],
"version": "3.4.3"
}
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [
python = ">=3.11,<3.13"
homeassistant = "2023.7.3"
xmltodict = "0.13.0"
lxml = "5.1.0"
lxml = ">=4.9.1,<6"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
Expand Down

0 comments on commit 1cec76d

Please sign in to comment.