Skip to content

Commit

Permalink
fixed llama-index-core with 0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Sep 18, 2024
1 parent cf3ec97 commit 9ad1a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/types/multiagent/fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ generate = "app.engine.generate:generate_datasource"
[tool.poetry.dependencies]
python = "^3.11"
llama-index-agent-openai = ">=0.3.0,<0.4.0"
llama-index = "^0.11.4"
llama-index = "0.11.9"
llama-index-core = "0.11.9"
fastapi = "^0.112.2"
python-dotenv = "^1.0.0"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
Expand Down

0 comments on commit 9ad1a7a

Please sign in to comment.