diff --git a/pyproject.toml b/pyproject.toml index 147c0b6..fa0e8a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "3.8.19" +python = ">3.8.18, <3.9" requests = "^2.31.0" types-requests = "^2.31.0.20240406" pyinstaller = "^6.5.0"