Skip to content

Commit 2733397

Browse files
authored
fixed llama-index-core with 0.11.9 (#296)
1 parent cf3ec97 commit 2733397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/types/multiagent/fastapi/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ generate = "app.engine.generate:generate_datasource"
1212
[tool.poetry.dependencies]
1313
python = "^3.11"
1414
llama-index-agent-openai = ">=0.3.0,<0.4.0"
15-
llama-index = "^0.11.4"
15+
llama-index = "0.11.9"
16+
llama-index-core = "0.11.9"
1617
fastapi = "^0.112.2"
1718
python-dotenv = "^1.0.0"
1819
uvicorn = { extras = ["standard"], version = "^0.23.2" }

0 commit comments

Comments
 (0)