From 1ac0d2c868a91ef34ebfe9c11017f5ffaf3d21d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:52:07 +0000 Subject: [PATCH] Bump llama-index from 0.11.22 to 0.12.4 in /community/llama_quickstart Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.11.22 to 0.12.4. - [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.22...v0.12.4) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- community/llama_quickstart/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/llama_quickstart/pyproject.toml b/community/llama_quickstart/pyproject.toml index e4f6acb..7030068 100644 --- a/community/llama_quickstart/pyproject.toml +++ b/community/llama_quickstart/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "watchfiles>=1.0.4", "python-dotenv==1.0.1", "fastapi==0.115.4", - "llama-index==0.11.22", + "llama-index==0.12.4", "llama-index-llms-together==0.2.0", "uvicorn==0.32.0", "streamlit==1.40.0",