From 1e38efd5bd5ff9c5a5a8f2e50828c2bc89d70b5e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 16 Nov 2025 02:00:12 +0100 Subject: [PATCH] python313Packages.llama-index-core: 0.14.0 -> 0.14.8 Changelog: https://github.com/run-llama/llama_index/blob/v0.14.8/CHANGELOG.md --- pkgs/development/python-modules/llama-index-core/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 5455af02fd68..c5575e3f7155 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -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"