python3Packages.llama-index-core: 0.12.46 -> 0.13.0.post1

https://github.com/run-llama/llama_index/blob/v0.13.0.post1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:30 +02:00
parent 6767fe08d6
commit 96f268d326
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.12.46";
version = "0.13.0.post1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
tag = "v${version}";
hash = "sha256-B1i5zabacapc/ipPTQtQzLVZql5ifqxfFoDhaBR+eYc=";
hash = "sha256-X4PDvxynQkHOdhDC5Aqwnr3jSF/83VgbFiDD1M9LOoM=";
};
sourceRoot = "${src.name}/${pname}";