diff --git a/helpers/python.ts b/helpers/python.ts index ccc4cec9c49cfa9ab1770fa7846e670102de38e7..b655f69808a125eeef0472e77b3975660acfdedb 100644 --- a/helpers/python.ts +++ b/helpers/python.ts @@ -160,7 +160,7 @@ const getAdditionalDependencies = ( case "gemini": dependencies.push({ name: "llama-index-llms-gemini", - version: "0.1.7", + version: "0.1.10", }); dependencies.push({ name: "llama-index-embeddings-gemini", diff --git a/templates/types/streaming/fastapi/pyproject.toml b/templates/types/streaming/fastapi/pyproject.toml index 33737fdcd595db9056fa0a5f4f1b14217dfb6bad..221802d9d48c5e8f18a790f9f27e6dbcd1d24032 100644 --- a/templates/types/streaming/fastapi/pyproject.toml +++ b/templates/types/streaming/fastapi/pyproject.toml @@ -14,8 +14,8 @@ fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } python-dotenv = "^1.0.0" aiostream = "^0.5.2" -llama-index = "0.10.28" -llama-index-core = "0.10.28" +llama-index = "0.10.41" +llama-index-core = "0.10.41" cachetools = "^5.3.3" [build-system]