python312Packages.llama-index-core: 0.10.35 -> 0.10.36
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.35...v0.10.36 Changelog: https://github.com/run-llama/llama_index/blob/0.10.36/CHANGELOG.md
This commit is contained in:
parent
d029669a9a
commit
95dc4d7e6d
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ in
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.10.35";
|
||||
version = "0.10.36";
|
||||
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-aExejThQPp4rnAiedj/zzgzwIGvLzeARKOTy1VVF1Ys=";
|
||||
hash = "sha256-yP/60DLg43UOOogxbDvb1p5n8dnfBUjGhcfO5g5g0gA=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
|
Loading…
Reference in a new issue