diff --git a/pyproject.toml b/pyproject.toml index c714c75..1fdc93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "API to query and control hot tubs using the SmartTub system" readme = "README.md" requires-python = ">=3.9" dependencies = [ - "aiohttp~=3.9.1", + "aiohttp>=3.9.1", "inflection~=0.5.1", "pyjwt>=2.10.0", "python-dateutil~=2.8.1"