From 2beff21e1efbdcd31c0705550b158f74b8237889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:23:50 +0000 Subject: [PATCH] Bump llama-index from 0.9.36 to 0.10.13 Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.9.36 to 0.10.13. - [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.36...v0.10.13) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-all.txt b/requirements-all.txt index e9968c0..4b4a374 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -80,7 +80,7 @@ joblib==1.3.2 # via nltk llama-hub==0.0.34 # via -r requirements.txt -llama-index==0.9.36 +llama-index==0.10.13 # via # -r requirements.txt # llama-hub diff --git a/requirements.txt b/requirements.txt index c22e8d9..6db5c24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -llama_index==0.9.36 +llama_index==0.10.13 llama_hub==0.0.34 fastapi==0.99.1 uvicorn[standard]==0.23.2