From d3f92f8a69268e22c7955f72f7e54504cdf3985e Mon Sep 17 00:00:00 2001 From: Huu Le <39040748+leehuwuj@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:17:18 +0700 Subject: [PATCH] bump llama-index version (#159) --- templates/types/streaming/fastapi/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/types/streaming/fastapi/pyproject.toml b/templates/types/streaming/fastapi/pyproject.toml index ea6e274fc..fdd9ac6ae 100644 --- a/templates/types/streaming/fastapi/pyproject.toml +++ b/templates/types/streaming/fastapi/pyproject.toml @@ -14,8 +14,7 @@ fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } python-dotenv = "^1.0.0" aiostream = "^0.5.2" -llama-index = "0.10.52" -llama-index-core = "0.10.52.post1" +llama-index = "0.10.53" cachetools = "^5.3.3" [build-system]