From 758103e5fcfc29b0bfafb47ac61b4b6d9ceb2d70 Mon Sep 17 00:00:00 2001 From: guangrei <20879950+guangrei@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:28:39 +0700 Subject: [PATCH] update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13063e1..c7a9917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "mit" readme = "README.md" [tool.poetry.dependencies] -python = "3.10" +python = "^3.10" requests = "^2.31.0" bottle = "^0.12.25" cryptography = "^41.0.7"