Skip to content

Commit

Permalink
fix: loosen version restraint for loguru (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m committed Jan 25, 2023
1 parent 25a7c0b commit 98d6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
]
[tool.poetry.dependencies]
python = ">=3.6,<4.0"
loguru = "^0.5.3,<=6.0"
loguru = "^0.5.3,<=0.6.0"
jeepney = [
{ version = '*', platform = 'linux' },
]
Expand Down

0 comments on commit 98d6d2c

Please sign in to comment.