diff --git a/pyproject.toml b/pyproject.toml index 0d72f43..ce755f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Danny Willems "] python = "^3.13" requests = "*" l9format = "=1.3.1a3" -fire = "^0.5.0" +fire = ">=0.5,<0.8" [tool.poetry.group.dev.dependencies] python-decouple = "*"