From a12e15cdebba0d4168e5f041f5016aacbe189a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:44:41 +0000 Subject: [PATCH] Bump llama-index from 0.11.7 to 0.12.1 Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.11.7 to 0.12.1. - [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.12.1) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production update-type: version-update:semver-minor ... 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..7e58e3b64 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.12.1", "llama-index-readers-file==0.2.0", "llama-index-readers-web==0.2.1", "llama-index-llms-huggingface==0.3.1",