From 07f8332d8d3235205b4a45747ca18670944459fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:24:45 +0000 Subject: [PATCH] Update llama-index requirement in the pip group across 1 directory Updates the requirements on [llama-index](https://github.com/run-llama/llama_index) to permit the latest version. Updates `llama-index` 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/compare/v0.9.19...v0.10.38) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1587d83..a928663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ openai = "^1.11.1" flask-cors = "^4.0.0" python-dotenv = "^1.0.1" requests = "^2.31.0" -llama-index = "^0.9.19" +llama-index = "^0.10.38" [build-system]