From c21bee4e2fe89fab08e8aaee8f884d89a332c4d0 Mon Sep 17 00:00:00 2001 From: optk2k Date: Fri, 8 Dec 2023 11:00:38 +0300 Subject: [PATCH] fix ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa5272f4..14036a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["optk2"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.10" fastapi = "^0.104.1" uvicorn = "^0.24.0.post1" dff = "^0.6.3"