Skip to content

Commit

Permalink
Problem with AIOHTTP version, needs to update to latest version.
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
sHedC committed Dec 7, 2023
1 parent 0f78087 commit 72ac8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72ac8d9

Please sign in to comment.