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