From b32e88644dec8aaaf479c310cb71d97ba04cb884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:08:40 +0530 Subject: [PATCH] security(deps-dev): update docling requirement from >=1.0.0 to >=2.107.0 (#713) Updates the requirements on [docling](https://github.com/docling-project/docling) to permit the latest version. - [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/v1.0.0...v2.107.0) --- updated-dependencies: - dependency-name: docling dependency-version: 2.107.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c52d337..7570b643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ llm-all = [ ] # ---- Document Parsing ---- -parse-docling = ["docling>=1.0.0"] +parse-docling = ["docling>=2.107.0"] # ---- Database Connectors ---- db-snowflake = ["snowflake-connector-python>=4.6.0", "cryptography>=49.0.0"]