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