Skip to content

Commit

Permalink
Lax version constraint of aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Jan 30, 2024
1 parent f434984 commit 17760b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kassalappy"
version = "1.0.0"
version = "1.0.1"
description = ""
authors = ["Bendik R. Brenne <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ packages = [
python = ">=3.10,<3.12"
asyncclick = "8.*"
tabulate = "0.9.*"
aiohttp = "3.9.3"
aiohttp = "3.9.*"
pydantic = "^2.6.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 17760b9

Please sign in to comment.