python313Packages.llama-index-workflows: 1.3.0 -> 2.1.0

This commit is contained in:
Fabian Affolter
2025-09-12 20:57:09 +02:00
parent 648f9731c8
commit 1435115f31

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "llama-index-workflows";
version = "1.3.0";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit version;
hash = "sha256-nBaI4jfvrThPFkha9xxvlFai622Fv2H/SeVxfxD/KG0=";
hash = "sha256-pt13GySd2xIlZTqp7eY2/RNNgF5zaM9999TjUKsE2OA=";
};
pythonRelaxDeps = [ "pydantic" ];