From cb25ef82e638a8fc06d29123955adaa23519621a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 21 Apr 2025 09:28:17 -0700 Subject: [PATCH] python313Packages.unstructured-client: 0.32.3 -> 0.33.0 Diff: https://github.com/Unstructured-IO/unstructured-python-client/compare/refs/tags/v0.32.3...refs/tags/v0.33.0 Changelog: https://github.com/Unstructured-IO/unstructured-python-client/blob/v0.33.0/RELEASES.md --- .../python-modules/unstructured-client/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/unstructured-client/default.nix b/pkgs/development/python-modules/unstructured-client/default.nix index 261c343d5c9f..4329ae297996 100644 --- a/pkgs/development/python-modules/unstructured-client/default.nix +++ b/pkgs/development/python-modules/unstructured-client/default.nix @@ -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