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

This commit is contained in:
Fabian Affolter
2024-04-12 23:41:49 +02:00
parent b008f50607
commit bb9843af72
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llamaindex-py-client";
version = "0.1.16";
version = "0.1.18";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llamaindex_py_client";
inherit version;
hash = "sha256-6Zu8CFXmyqp166IZzbPPbJQ66U+hXMu2ijoI1FL9Y4A=";
hash = "sha256-CR7kmpJZLjiUd3reElFsITcJP51kQaVJ9AZGGRfOm34=";
};
build-system = [ poetry-core ];