python313Packages.unstructured-client: 0.32.3 -> 0.33.0 (#400554)

This commit is contained in:
dotlambda
2025-04-22 15:34:36 -07:00
committed by GitHub

View File

@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "unstructured-client";
version = "0.32.3";
version = "0.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-python-client";
tag = "v${version}";
hash = "sha256-bHiYV86c3ViCLix6vR55GiM8qTv64jj9tD8nF/jMUm4=";
hash = "sha256-leQlBLR4BfirUpjhxSiXIgTm7Di6lh5ic0oELzON+Uw=";
};
preBuild = ''
@@ -37,6 +37,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [
"pydantic"
];
dependencies = [
aiofiles
cryptography