From 5f2594c9d8e7e8fe54313cb29d0c6168933f63d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:10:13 +0000 Subject: [PATCH] Bump llama-index from 0.11.7 to 0.11.23 Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.11.7 to 0.11.23. - [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.11.7...v0.11.23) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26ad2c511..68426a8a4 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "facehuggershield==0.1.11", # Llama index - "llama-index==0.11.7", + "llama-index==0.11.23", "llama-index-readers-file==0.2.0", "llama-index-readers-web==0.2.1", "llama-index-llms-huggingface==0.3.1",