Skip to content

Commit

Permalink
Merge pull request #108 from sHedC/sHedC/issue107
Browse files Browse the repository at this point in the history
Problem with AIOHTTP version, needs to update to latest version.
  • Loading branch information
sHedC authored Dec 7, 2023
2 parents 0f78087 + 72ac8d9 commit 6a790bf
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 6a790bf

Please sign in to comment.