Skip to content

Commit c7349b4

Browse files
ForgQileehuwuj
andauthored
fix: bump llama-index-core to fix handle missing fields parameter in default_formatter (#542)
* fix: handle missing fields parameter in default_formatter to avoid runtime error run-llama/llama_index#18340 * relock packages --------- Co-authored-by: leehuwuj <[email protected]>
1 parent 4068618 commit c7349b4

File tree

2 files changed

+42
-5
lines changed

2 files changed

+42
-5
lines changed

llama-index-server/poetry.lock

Lines changed: 41 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

llama-index-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fastapi = {extras = ["standard"], version = "^0.115.11"}
3434
cachetools = "^5.5.2"
3535
requests = "^2.32.3"
3636
pydantic-settings = "^2.8.1"
37-
llama-index-core = "0.12.25"
37+
llama-index-core = "0.12.28"
3838
llama-index-readers-file = "^0.4.6"
3939
llama-index-indices-managed-llama-cloud = "0.6.3"
4040

0 commit comments

Comments
 (0)