python311Packages.llama-index-core: 0.11.6 -> 0.11.7

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.11.6...v0.11.7

Changelog: https://github.com/run-llama/llama_index/blob/0.11.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-09-08 11:06:06 +02:00
parent 8e90a27648
commit a75015055e
@@ -47,7 +47,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.6";
version = "0.11.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-UFrUJHy+UJmbZjAdmaTbjOcwB0GUyGOk7TkmsvmLzao=";
hash = "sha256-48cx+hquZCjAEIp40cO1jM5wMwKQ1PNQftuwmJBnHVQ=";
};
sourceRoot = "${src.name}/${pname}";