python313Packages.llama-index-core: 0.14.0 -> 0.14.8

Changelog: https://github.com/run-llama/llama_index/blob/v0.14.8/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-11-16 02:00:12 +01:00
parent 307076b57b
commit 1e38efd5bd

View File

@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.14.0";
version = "0.14.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
tag = "v${version}";
hash = "sha256-Vr7IaSfNIcjLV45EtzFhCcWm3gap0CzSekeBmzsyGNA=";
hash = "sha256-wjw2XTRK1qjfNzndC7q197rU8PVtD8SI7FR4Skary+E=";
};
sourceRoot = "${src.name}/${pname}";
@@ -151,6 +151,7 @@ buildPythonPackage rec {
"test_from_persist_dir"
"test_mimetype_raw_data"
"test_multiple_documents_context"
"test_predict_and_call_via_react_agent"
"test_resource"
# asyncio.exceptions.InvalidStateError: invalid state
"test_workflow_context_to_dict_mid_run"