From 2b2263acaaac2d7c749614889c6a5ad553ff0fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Wed, 21 Feb 2024 16:48:13 -0300 Subject: [PATCH] Updating python version to including <=3.13 (#1278) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6ded0b0..7bbbd9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ exclude = ''' color = true [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.9,<=3.13" python-dotenv = "^1.0.0" langchain = "^0.1.4" requests = "^2.31.0"