From 12bf88d9c0e5310d2d2e35449783967e9c13bd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:43:26 +0000 Subject: [PATCH] chore(deps-dev): bump unstructured-inference in /sdk Bumps [unstructured-inference](https://github.com/Unstructured-IO/unstructured-inference) from 1.2.0 to 1.6.13. - [Release notes](https://github.com/Unstructured-IO/unstructured-inference/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-inference/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured-inference/compare/1.2.0...v1.6.13) --- updated-dependencies: - dependency-name: unstructured-inference dependency-version: 1.6.13 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index e39bbbf5e..ac72ac2ed 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -79,7 +79,7 @@ quality = [ ] data_process = [ "unstructured[all-docs]", - "unstructured-inference==1.2.0", + "unstructured-inference==1.6.13", ] performance = [ "opentelemetry-api>=1.20.0",