Skip to content

Commit 584b8ef

Browse files
authored
Fix aiohttp dependency constraint (#60)
Allow aiohttp>=3.9.1 instead of ~=3.9.1 to be compatible with newer versions used by Home Assistant
1 parent 9084695 commit 584b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "API to query and control hot tubs using the SmartTub system"
55
readme = "README.md"
66
requires-python = ">=3.9"
77
dependencies = [
8-
"aiohttp~=3.9.1",
8+
"aiohttp>=3.9.1",
99
"inflection~=0.5.1",
1010
"pyjwt>=2.10.0",
1111
"python-dateutil~=2.8.1"

0 commit comments

Comments
 (0)