From 7c8b1f4dbffd0dfd3cd070ffab67da6f8a6cc313 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 28 Sep 2025 11:57:37 +0200 Subject: [PATCH] chore(deps): update Python version requirement to >=3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58e65bb..f9b1747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{ include = "ait", from = "src" }] [tool.poetry.dependencies] -python = ">=3.12" +python = ">=3.11" openai = "^1.82.0" [tool.poetry.scripts]