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
1 changed files with 2 additions and 2 deletions

View File

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