python311Packages.llama-index-core: 0.10.42 -> 0.10.43

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.42...v0.10.43

Changelog: https://github.com/run-llama/llama_index/blob/0.10.43/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-08 11:01:05 +02:00
parent 127a18f401
commit 1241f195f0

View File

@ -46,7 +46,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.42";
version = "0.10.43";
pyproject = true;
disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-DdD0gllACmwtXDQutjaKQmB8OpCBu+jgQ963g0dNW2c=";
hash = "sha256-eqT3PR1yOrMU/lWGOr70OcekTeHveDfM9C8VOJEx1ps=";
};
sourceRoot = "${src.name}/${pname}";