From e733b067943d9a5489ddf9ddc8ad00216d4888ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:08:39 +0000 Subject: [PATCH] Bump llama-index-core from 0.12.17 to 0.13.0 in /rag-components Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.12.17 to 0.13.0. - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](https://github.com/run-llama/llama_index/compare/v0.12.17...v0.13.0) --- updated-dependencies: - dependency-name: llama-index-core dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag-components/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-components/requirements.txt b/rag-components/requirements.txt index 165b00e..9d856d3 100644 --- a/rag-components/requirements.txt +++ b/rag-components/requirements.txt @@ -1,6 +1,6 @@ accelerate==1.3.0 chromadb==0.6.3 -llama_index-core==0.12.17 +llama_index-core==0.13.0 llama-index-llms-anthropic==0.6.7 llama-index-llms-ollama==0.5.2 llama-index-llms-openai==0.3.20