From 06c80bd8ec727cc5a60441b22aa91f096e3be36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:34:46 +0000 Subject: [PATCH] Bump docling from 2.47.1 to 2.54.0 Bumps [docling](https://github.com/docling-project/docling) from 2.47.1 to 2.54.0. - [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.47.1...v2.54.0) --- updated-dependencies: - dependency-name: docling dependency-version: 2.54.0 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..edfeebe 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.55", "rapidocr~=3.3.1", "onnxruntime", "rapidocr_onnxruntime" diff --git a/uv.lock b/uv.lock index 2b7d222..7b0f906 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.55" }, { name = "onnxruntime" }, { name = "rapidocr", specifier = "~=3.3.1" }, { name = "rapidocr-onnxruntime" },