From 31292be00ce1b856ac815ec7fd21109d79863d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:09:41 +0000 Subject: [PATCH] Bump llama-index-core from 0.10.21 to 0.10.24 in /src/glue-common Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.10.21 to 0.10.24. - [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/commits/v0.10.24) --- updated-dependencies: - dependency-name: llama-index-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/glue-common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glue-common/setup.py b/src/glue-common/setup.py index 781009ca..4e2a0146 100644 --- a/src/glue-common/setup.py +++ b/src/glue-common/setup.py @@ -19,7 +19,7 @@ "Operating System :: POSIX :: Linux", ] -REQUIRES = ["llama-index-core==0.10.21", +REQUIRES = ["llama-index-core==0.10.24", "pyyaml", "pandas==2.2.0", "numpy==1.26.3",