From 2e0819b4d2af75fdee8c39693d8858643f7b3309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:55:25 +0000 Subject: [PATCH] Bump llama-index-core from 0.10.21 to 0.10.38 in /src/glue-common Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.10.21 to 0.10.38. - [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.38) --- 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..0e13c3af 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.38", "pyyaml", "pandas==2.2.0", "numpy==1.26.3",