From 72ac8d96ef77c390a4d141ad669948ca1ccadf77 Mon Sep 17 00:00:00 2001 From: Richard Holmes Date: Thu, 7 Dec 2023 09:28:28 +0000 Subject: [PATCH] Problem with AIOHTTP version, needs to update to latest version. Fixes #107 --- pyproject.toml | 3 +-- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ac0c12..ad3ddaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,7 @@ classifiers = [ ] keywords = ["Mastertherm heatpump", "api", "client"] dependencies = [ - "aiohttp==3.9.0b0;python_version>='3.12'", - "aiohttp==3.8.5;python_version<'3.12'", + "aiohttp>=3.9.1", "natsort>=8.3.1" ] requires-python = ">=3.9,<=3.12" diff --git a/requirements.txt b/requirements.txt index af4b86f..ddbaaab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -aiohttp==3.9.0b0;python_version>='3.12' -aiohttp==3.8.5;python_version<'3.12' +aiohttp>=3.9.1 build>=0.8.0 bumpver>=2023.1124 natsort>=8.3.1