From 729989a30e9f2c7eddf51e515aca260294166e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:47:31 +0000 Subject: [PATCH] build(deps): bump llama-index-core from 0.12.15 to 0.12.41 Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.12.15 to 0.12.41. - [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.15...v0.12.41) --- updated-dependencies: - dependency-name: llama-index-core dependency-version: 0.12.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c6c10f..cf8301c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "Your Name", email = "your.email@example.com" } ] dependencies = [ - "llama-index-core==0.12.15", + "llama-index-core==0.12.41", "llama-index-llms-openai==0.3.16", "openai==1.61.0", "python-dotenv>=1.0.0",