Merge pull request #303720 from fabaff/llamaindex-py-client-bump

python312Packages.llamaindex-py-client: 0.1.16 -> 0.1.18
This commit is contained in:
Fabian Affolter
2024-04-13 10:07:40 +02:00
committed by GitHub
@@ -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 ];