python311Packages.llama-index-core: 0.10.46 -> 0.10.47
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.46...v0.10.47 Changelog: https://github.com/run-llama/llama_index/blob/0.10.47/CHANGELOG.md
This commit is contained in:
parent
9b10b8f00c
commit
757b3bfbbb
@ -46,7 +46,7 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.10.46";
|
||||
version = "0.10.47";
|
||||
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-k9SltX3QvrCYszyJqfpzhuI0JwpzsVTMkK3pIX/wyrg=";
|
||||
hash = "sha256-Rq7Mz9aN6SHLZ5UzDb2i90j7wP+SlYJa9b14Yu00Cuc=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
Loading…
Reference in New Issue
Block a user