Commit 1e38efd5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent 307076b5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"