From eeef1beaf71dfb0e50b4a45f5a5d12caaea91b60 Mon Sep 17 00:00:00 2001 From: Max Deichmann Date: Tue, 12 Dec 2023 12:03:35 +0100 Subject: [PATCH] python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06a36e4df0..ea09088afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT License" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8.0" +python = "^3.8" openai = ">=1.0.0" python-dotenv = ">=0.2.0" tiktoken = ">=0.4.0"