chore(deps): bump the docling-python group in /eval/docling with 2 updates - #2646
Open
dependabot[bot] wants to merge 4 commits into
Open
chore(deps): bump the docling-python group in /eval/docling with 2 updates#2646dependabot[bot] wants to merge 4 commits into
dependabot[bot] wants to merge 4 commits into
Conversation
Bumps the docling-python group in /eval/docling with 2 updates: [docling](https://github.com/docling-project/docling) and [pymupdf](https://github.com/pymupdf/pymupdf). Updates `docling` from 2.120.2 to 2.124.0 - [Release notes](https://github.com/docling-project/docling/releases) - [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md) - [Commits](docling-project/docling@v2.120.2...v2.124.0) Updates `pymupdf` from 1.28.0 to 1.28.2 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.28.0...1.28.2) --- updated-dependencies: - dependency-name: docling dependency-version: 2.124.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docling-python - dependency-name: pymupdf dependency-version: 1.28.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docling-python ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
CI triageCI failed on this PR. Automated classification of the 2 failed job(s):
Compared with main CI run #16070 (failure). Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger. |
tests/docling-lab-contract.test.ts cross-checks the lab config's recorded docling version against eval/docling/requirements.txt. The dependabot docling-python group bump updated the lockfile to docling==2.124.0 without updating this manifest string, failing "Unit coverage" CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019KtaqjrGBF8ZC9hKTb9Bri
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019KtaqjrGBF8ZC9hKTb9Bri
BigSimmo
pushed a commit
that referenced
this pull request
Sep 6, 2026
…lab-config pin The worker-python dependabot bump (pymupdf 1.28.0 -> 1.28.2) makes `import fitz` print a one-line deprecation notice to stdout ahead of our JSON probe payload, so `JSON.parse(stdout)` in probePythonJson broke the Docker "Container images / build-and-verify" runtime validation step. Parse only the last non-empty stdout line, which the probe scripts always end with a single `print(json.dumps(result))` call. Also updates the docling-lab-contract manifest's legacy extractor pin (pymupdf==1.28.0 -> 1.28.2) to match the bumped lockfile, fixing the same "Unit coverage" failure seen on PR #2646 for the docling pin. The unrelated "serializes cross-role lease acquisition across processes" test failure in this PR's CI run is a pre-existing timing-sensitive race test (scripts/ward-flow/chat-control.mjs) unrelated to this dependency bump; it passed 3/3 locally and is left untouched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019KtaqjrGBF8ZC9hKTb9Bri
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the docling-python group in /eval/docling with 2 updates: docling and pymupdf.
Updates
doclingfrom 2.120.2 to 2.124.0Release notes
Sourced from docling's releases.
... (truncated)
Changelog
Sourced from docling's changelog.
... (truncated)
Commits
699e20fchore: bump version to 2.124.0 [skip ci]c4b0fc7feat(cli): add latex output format (#4101)3bba8dafix(service_client): handle Retry-After HTTP-date with unknown timezone (#3786)01fc722fix: silence transformers generation-config deprecation warning and add max_n...4e34e7bfix: drop the UTF-8 BOM when decoding webvtt, markdown and asciidoc (#4109)d2283adfeat: add terminal task callback event (#4095)d745e97chore: bump version to 2.123.1 [skip ci]3a2aca4fix(vlm): preserve spacing for Chandra br tags (#4092)21aa5c9fix(cli): defer heavy imports so CLI works on lightweight installs (#4100)0865b9afix(csv): drop the UTF-8 BOM instead of keeping it in the first cell (#4098)Updates
pymupdffrom 1.28.0 to 1.28.2Release notes
Sourced from pymupdf's releases.
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
12786d1tests/test_general.py:test_5054(): expect success after recent fix in mupdf m...6adaca9src/init.py:JM_get_font(): cope with mupdf master fz_lookup_noto_font()'s...59525c7changes.txt: updates for 1.28.2.948bfbatests/test_pynone.py: renamed test to test_5042() to match github issue.48b26ea.github/ISSUE_TEMPLATE/bug_report.yml: added 1.28.2.6f98b39setup.py: increment version to 1.28.2.32eacbftests/test_font.py:test_5049(): don't overwrite input file.1ef7703setup.py: misc cleanups.eb32057tests/: added test_5054().c47e4c1Add test for fixing #5056Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions