Skip to content

chore(deps-dev): bump unstructured-inference from 1.2.0 to 1.6.13 in /sdk#3276

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/unstructured-inference-1.6.13
Open

chore(deps-dev): bump unstructured-inference from 1.2.0 to 1.6.13 in /sdk#3276
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/unstructured-inference-1.6.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps unstructured-inference from 1.2.0 to 1.6.13.

Release notes

Sourced from unstructured-inference's releases.

v1.6.13

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.12...v1.6.13

v1.6.12

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.11...v1.6.12

v1.6.11

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.10...v1.6.11

v1.6.10

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.9...v1.6.10

v1.6.9

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.8...v1.6.9

v1.6.8

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.7...v1.6.8

v1.6.7

What's Changed

Full Changelog: Unstructured-IO/unstructured-inference@v1.6.6...v1.6.7

... (truncated)

Changelog

Sourced from unstructured-inference's changelog.

1.6.13

Fixes

  • Render filled PDF form fields: convert_pdf_to_image now calls init_forms() so AcroForm/XFA field values (text typed into fillable fields) are painted into the rendered page image instead of being silently dropped.

1.6.12

Fixes

  • Render rotated PDF pages consistently with extracted text: convert_pdf_to_image no longer re-applies the page /Rotate on top of pypdfium2's render (which already produces the display frame), so the rendered image stays in the same coordinate frame as pdfminer's extracted text. For pages with a non-zero /Rotate, the dominant text orientation is detected and, when a single 90-degree orientation clearly dominates (configurable via PDF_ROTATION_DOMINANT_ANGLE_THRESHOLD), the image is rotated so its text is upright. The applied correction is exposed as pdf_rotation_correction in the page image metadata so downstream consumers can keep extracted coordinates aligned.

1.6.11

Enhancement

  • Add table_extraction_method field to LayoutElements and LayoutElement to track which algorithm produced a table (grid, tatr, vlm).

1.6.10

Enhancement

  • Add Python 3.13 support.

1.6.9

Enhancement

  • Restore support for Python 3.11 alongside Python 3.12.

1.6.8

Fix

  • Reject PDF pages that would render beyond the configured pixel limit before allocating the page bitmap.

1.6.7

Fix

  • get_model now materializes LazyDict model configs into a plain dict before unpacking into initialize(**...). Uses __iter__ + __getitem__ to avoid depending on Mapping.keys(), which has been observed to fail at ** unpacking with "argument after ** must be a mapping, not LazyDict" in some deployment environments.

1.6.6

Enhancement

  • Relax the lower bound of the pandas and numpy dependency

1.6.5

Enhancement

  • Store pdf_rotation in page.image_metadata so downstream consumers can check page rotation after the page image is freed
  • Add targeted unittest coverage for PDF page rotation handling in convert_pdf_to_image

... (truncated)

Commits
  • fc64017 fix: render filled PDF form field values (init_forms) (#515)
  • 250cfc0 fix: render rotated PDF pages consistently with extracted text (#514)
  • 56fadb3 feat: Track the table extraction method (#513)
  • 2458cad Prepare 1.6.10 release (#512)
  • f4242c9 Allow Python 3.13 support (#511)
  • f8e886c Update Python 3.11 support and release 1.6.9 (#510)
  • 7c3f869 Reject oversized PDF renders before bitmap allocation (#509)
  • b071842 fix: fix rare occasion of initialization error by converting LazyDict into di...
  • aeda0f7 Relax pandas and numpy constraints (#507)
  • 932c357 Store pdf rotation in metadata (#506)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [unstructured-inference](https://github.com/Unstructured-IO/unstructured-inference) from 1.2.0 to 1.6.13.
- [Release notes](https://github.com/Unstructured-IO/unstructured-inference/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured-inference/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured-inference@1.2.0...v1.6.13)

---
updated-dependencies:
- dependency-name: unstructured-inference
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested review from Dallas98 and WMC001 as code owners June 19, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants