From d633656a94b2d84756beb0146bf23868c106876b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 00:04:15 +0000 Subject: [PATCH] Update Python to ==3.14.* Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 203e063..f7024a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rag" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = "==3.12.*" +requires-python = "==3.14.*" dependencies = [ "lightspeed-rag-content", ]