From 9df8a9eb532a51ed072bdee572450de28a43ef0d Mon Sep 17 00:00:00 2001 From: edouardbruelhart Date: Thu, 11 Apr 2024 09:11:35 +0200 Subject: [PATCH] update python allowed versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"