python312Packages.llama-index-core: 0.10.31 -> 0.10.32

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.31...v0.10.32

Changelog: https://github.com/run-llama/llama_index/blob/0.10.32/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-27 08:53:26 +02:00
parent 121513ad01
commit 1be6da967e
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.31";
version = "0.10.32";
pyproject = true;
disabled = pythonOlder "3.8";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-F/XcG+42l729sZ4dBwYEh+2IR1SBcflwwOkXBnqOjoI=";
hash = "sha256-p+ye8o+paA6L8f1DiiiFJufyEqRn+ERNBWuhkoWfZb8=";
};
sourceRoot = "${src.name}/${pname}";