From f2050aecf646c2554585fe660be74b2377f03373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:45:46 +0000 Subject: [PATCH] Bump docling from 2.45.0 to 2.47.1 Bumps [docling](https://github.com/docling-project/docling) from 2.45.0 to 2.47.1. - [Release notes](https://github.com/docling-project/docling/releases) - [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md) - [Commits](https://github.com/docling-project/docling/compare/v2.45.0...v2.47.1) --- updated-dependencies: - dependency-name: docling dependency-version: 2.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d86c18..8d18fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ marker = [ "marker-pdf[full]~=1.8.5", ] docling = [ - "docling~=2.47.0", + "docling>=2.47,<2.49", "rapidocr~=3.3.1", "onnxruntime", "rapidocr_onnxruntime" diff --git a/uv.lock b/uv.lock index 2b7d222..39bde94 100644 --- a/uv.lock +++ b/uv.lock @@ -1217,7 +1217,7 @@ dev = [ { name = "ty", specifier = "~=0.0.1a19" }, ] docling = [ - { name = "docling", specifier = "~=2.47.0" }, + { name = "docling", specifier = ">=2.47,<2.49" }, { name = "onnxruntime" }, { name = "rapidocr", specifier = "~=3.3.1" }, { name = "rapidocr-onnxruntime" },