From b49667073da8ddae2d0c672b5f025464c2f5d47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:25:12 +0000 Subject: [PATCH] Update marker-pdf[full] requirement from ~=1.8.5 to >=1.8.5,<1.11.0 Updates the requirements on [marker-pdf[full]](https://github.com/VikParuchuri/marker) to permit the latest version. - [Release notes](https://github.com/VikParuchuri/marker/releases) - [Commits](https://github.com/VikParuchuri/marker/compare/v1.8.5...v1.10.0) --- updated-dependencies: - dependency-name: marker-pdf[full] dependency-version: 1.10.0 dependency-type: direct:production ... 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..0942b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "isort~=6.0.1", ] marker = [ - "marker-pdf[full]~=1.8.5", + "marker-pdf[full]>=1.8.5,<1.11.0", ] docling = [ "docling~=2.47.0", diff --git a/uv.lock b/uv.lock index 2b7d222..66d67cc 100644 --- a/uv.lock +++ b/uv.lock @@ -1222,7 +1222,7 @@ docling = [ { name = "rapidocr", specifier = "~=3.3.1" }, { name = "rapidocr-onnxruntime" }, ] -marker = [{ name = "marker-pdf", extras = ["full"], specifier = "~=1.8.5" }] +marker = [{ name = "marker-pdf", extras = ["full"], specifier = ">=1.8.5,<1.11.0" }] paddleocr = [ { name = "paddleocr", specifier = ">=3.2.0" }, { name = "paddlepaddle", specifier = "==3.1.1" },