From 396f8f8b7629e93b1781a2e9a86777b4dae7e1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:42:43 +0000 Subject: [PATCH] chore(deps): bump llama-index-core from 0.12.40 to 0.13.0 in /core Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.12.40 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.40...v0.13.0) --- updated-dependencies: - dependency-name: llama-index-core dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index eba543a..505a921 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -7,7 +7,7 @@ authors = [ {name = "Prowler Team"} ] dependencies = [ - "llama-index-core==0.12.40", + "llama-index-core==0.13.0", "llama-index-embeddings-gemini==0.3.2", "llama-index-llms-gemini==0.5", "llama-index-llms-openai==0.4.3",