python3Packages.llama-index-workflows: 2.11.7 -> 2.12.2 (#480982)

This commit is contained in:
Fabian Affolter
2026-01-22 20:57:15 +00:00
committed by GitHub
@@ -8,15 +8,15 @@
pydantic,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "llama-index-workflows";
version = "2.11.7";
version = "2.12.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit version;
hash = "sha256-+4dSoLNp7jGBFkOKvx6T8KVNdO487H5Dz0Un/ROQZPU=";
inherit (finalAttrs) version;
hash = "sha256-N+Bc00g8ZPQQF2/mFNuMhLb0L8Ms2ts8yKyN4Y8BqXs=";
};
postPatch = ''
@@ -40,4 +40,4 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})