python311Packages.llamaindex-py-client: 0.1.13 -> 0.1.15

This commit is contained in:
Fabian Affolter 2024-03-28 09:56:40 +01:00
parent b653ee8871
commit 4db1e94d19
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llamaindex-py-client";
version = "0.1.13";
version = "0.1.15";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llamaindex_py_client";
inherit version;
hash = "sha256-O9m0Ne4KeBceukEt6lZ02BPrW/NuV308fH6Q7cVJANk=";
hash = "sha256-x84mhVupdhU7tAFXw8GUIjxrdReZNbmI3UvWo/6Dqss=";
};
nativeBuildInputs = [