python3Packages.unstructured-client: 0.38.1 -> 0.42.0

https://github.com/Unstructured-IO/unstructured-python-client/blob/v0.42.0/RELEASES.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:40 +02:00
parent 03ff670572
commit 0e5bc6ff23
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "unstructured-client";
version = "0.38.1";
version = "0.42.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-python-client";
tag = "v${version}";
hash = "sha256-gzNPzS//7MU6nX3cA0p6dPqIG273VlGMU0ePyObn4d4=";
hash = "sha256-LXCKD2LL1rFObr2Ew0vsa5Uh96sR8/821ecL/il30r0=";
};
preBuild = ''