python311Packages.llama-index-core: 0.11.14 -> 0.11.16

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.11.14...v0.11.16

Changelog: https://github.com/run-llama/llama_index/blob/0.11.16/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-10-08 16:10:56 +02:00
parent 2d63d9a3c6
commit 719ef91d26

View File

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.14";
version = "0.11.16";
pyproject = true;
disabled = pythonOlder "3.8";
@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-mkABEjyZb8ONS1BaETbL47sDHo/BOD7G+fJGO0MQyd0=";
hash = "sha256-t4hQMlORpdWXkbKQhVSxD/pdxFtu+sJ4FQQxIXLoH94=";
};
sourceRoot = "${src.name}/${pname}";