python3Packages.unstructured-client: 0.44.0 -> 0.44.1 (#525035)

This commit is contained in:
dotlambda
2026-05-29 00:00:34 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "unstructured-client";
version = "0.44.0";
version = "0.44.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-python-client";
tag = "v${finalAttrs.version}";
hash = "sha256-joQj2tMOD3bW/bU0ffZ7Usfh7hRWrVGKfGreC9ks18E=";
hash = "sha256-UW7kulpcSgVZpU8hdneC7XvlLfvBj08qjYPdVny9tCo=";
};
preBuild = ''