From 2bd4c42a8ba39c3aafd94a06050a7d144feba9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:40:38 +0000 Subject: [PATCH] chore(deps): update dependency llama-index to ^0.13.0 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeec8d2e..0d65a9fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ ragas = "0.2.15" datasets = "^4.0.0" nltk = "^3.9.1" rapidfuzz = "^3.10.0" -llama-index = "^0.12.0" +llama-index = "^0.13.0" [tool.poetry.scripts] prompts = "autoblocks._impl.prompts.cli.main:main"