python312Packages.llamaindex-py-client: 0.1.18 -> 0.1.19

This commit is contained in:
Fabian Affolter 2024-04-27 08:54:52 +02:00
parent c716731786
commit 832df4d944

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llamaindex-py-client"; pname = "llamaindex-py-client";
version = "0.1.18"; version = "0.1.19";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llamaindex_py_client"; pname = "llamaindex_py_client";
inherit version; inherit version;
hash = "sha256-CR7kmpJZLjiUd3reElFsITcJP51kQaVJ9AZGGRfOm34="; hash = "sha256-c/dHkruMCSuubcYmYnoJrBOgmfqNEPj8yD4XorMyzKc=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];