From 2e205a07c957e295db4b5be7b4061ddff3f49e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:00:22 +0000 Subject: [PATCH] Update Python to >=3.14,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e6acd4..81a064c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ db-seed-small = "src.utils.database.seed:main_small" db-reset = "src.utils.database.reset:main" [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.14,<3.15" colorama = "^0.4.6" python-dotenv = "^1.0.0" openai = "^0.27.4"