From df0789696087a3d0d255e92e2ebb5834686f7e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 19:33:04 +0000 Subject: [PATCH] Bump unstructured from 0.18.31 to 0.18.32 in /backend-agent Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.31 to 0.18.32. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.18.31...0.18.32) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.18.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend-agent/pyproject.toml | 2 +- backend-agent/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend-agent/pyproject.toml b/backend-agent/pyproject.toml index 063dc6d..33ea3fb 100644 --- a/backend-agent/pyproject.toml +++ b/backend-agent/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'langchain-text-splitters>=0.3.0,<0.4.0', 'PyYAML==6.0.3', 'requests==2.32.5', - 'unstructured==0.18.31', + 'unstructured==0.18.32', 'art==6.5', 'pandas==2.3.3', 'ollama==0.6.1', diff --git a/backend-agent/uv.lock b/backend-agent/uv.lock index 89724a0..1e687df 100644 --- a/backend-agent/uv.lock +++ b/backend-agent/uv.lock @@ -5451,7 +5451,7 @@ requires-dist = [ { name = "tensorflow", marker = "extra == 'nlp'", specifier = "==2.20.0" }, { name = "tensorflow-hub", marker = "extra == 'nlp'", specifier = "==0.16.1" }, { name = "textattack", marker = "extra == 'nlp'", specifier = "==0.3.10" }, - { name = "unstructured", specifier = "==0.18.31" }, + { name = "unstructured", specifier = "==0.18.32" }, { name = "weasyprint", specifier = "==68.0" }, ] provides-extras = ["nlp"] @@ -6049,7 +6049,7 @@ wheels = [ [[package]] name = "unstructured" -version = "0.18.31" +version = "0.18.32" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "backoff" }, @@ -6075,9 +6075,9 @@ dependencies = [ { name = "unstructured-client" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a9/5f/64285bd69a538bc28753f1423fcaa9d64cd79a9e7c097171b1f0d27e9cdb/unstructured-0.18.31.tar.gz", hash = "sha256:af4bbe32d1894ae6e755f0da6fc0dd307a1d0adeebe0e7cc6278f6cf744339ca", size = 1707700, upload-time = "2026-01-27T15:33:05.378Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1c/65/b73d84ede08fc2defe9c59d85ebf91f78210a424986586c6e39784890c8e/unstructured-0.18.32.tar.gz", hash = "sha256:40a7cf4a4a7590350bedb8a447e37029d6e74b924692576627b4edb92d70e39d", size = 1707730, upload-time = "2026-02-10T22:28:22.332Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c8/4a/9c43f39d9e443c9bc3f2e379b305bca27110adc653b071221b3132c18de5/unstructured-0.18.31-py3-none-any.whl", hash = "sha256:fab4641176cb9b192ed38048758aa0d9843121d03626d18f42275afb31e5b2d3", size = 1794889, upload-time = "2026-01-27T15:33:03.136Z" }, + { url = "https://files.pythonhosted.org/packages/68/e7/35298355bdb917293dc3e179304e737ce3fe14247fb5edf09fddddc98409/unstructured-0.18.32-py3-none-any.whl", hash = "sha256:c832ecdf467f5a869cc5e91428459e4b9ed75a16156ce3fab8f41ff64d840bc7", size = 1794965, upload-time = "2026-02-10T22:28:20.301Z" }, ] [[package]]