From 1a0052ba34cc2e8a973cc362b2cb4fc02858c243 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 8 Jan 2025 14:33:21 +0100 Subject: [PATCH] Fix poetry issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2b3d1889..992303274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.9.0,<3.12" +python = ">=3.9.0,<3.13" openai = "1.52.0" pydantic = "2.8.2" python-dotenv = "1.0.1"