Skip to content

chore(deps): bump unstructured from 0.10.27 to 0.17.0 #414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps unstructured from 0.10.27 to 0.17.0.

Release notes

Sourced from unstructured's releases.

0.17.0

What's Changed

Full Changelog: Unstructured-IO/unstructured@0.16.25...0.17.0

0.16.25

Enhancements

Features

Fixes

  • Fixes filetype detection for jsons passed as byte streams - Now it prioritizes magic mimetype prediction over file extension when detecting filetypes

0.16.24

Enhancements

  • Support dynamic partitioner file type registration. Use create_file_type to create new file type that can be handled in unstructured and register_partitioner to enable registering your own partitioner for any file type.

  • extract_image_block_types now also works for CamelCase elemenet type names. Previously NarrativeText and similar CamelCase element types can't be extracted using the mentioned parameter in partition. Now figures for those elements can be extracted like Image and Table elements

  • use block matrix to reduce peak memory usage for pdf/image partition.

Features

  • Add JSON elements to HTML converter - Converts JSON elements file into an HTML file.

Fixes

0.16.23

Enhancements

Features

Fixes

  • Fixes detect_filetype when SpooledTemporaryFile is passed. Previously some random name would get assigned to the file and the function raised error.

0.16.22

Enhancements

Features

... (truncated)

Changelog

Sourced from unstructured's changelog.

0.17.0

Enhancements

  • Add support for images in html partitioner <img> tags will now be parsed as Image elements. When extract_image_block_types includes Image and extract_image_block_to_payload=True then the image_base64 will be included for images that specify the base64 data (rather than url) as the source.

  • Use kwargs instead of env to specify ocr_agent and table_ocr_agent for hi_res strategy.

  • stop using PageLayout.elements to save memory and cpu cost. Now only use PageLayout.elements_array throughout the partition, except when analysis=True where the drawing logic still uses elements.

Features

Fixes

0.16.25

Enhancements

Features

Fixes

  • Fixes filetype detection for jsons passed as byte streams - Now it prioritizes magic mimetype prediction over file extension when detecting filetypes

0.16.24

Enhancements

  • Support dynamic partitioner file type registration. Use create_file_type to create new file type that can be handled in unstructured and register_partitioner to enable registering your own partitioner for any file type.

  • extract_image_block_types now also works for CamelCase elemenet type names. Previously NarrativeText and similar CamelCase element types can't be extracted using the mentioned parameter in partition. Now figures for those elements can be extracted like Image and Table elements

  • use block matrix to reduce peak memory usage for pdf/image partition.

Features

  • Add JSON elements to HTML converter - Converts JSON elements file into an HTML file.

Fixes

0.16.23

Enhancements

Features

Fixes

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the chore label Mar 12, 2025
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 12, 2025
Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.10.27 to 0.17.0.
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.10.27...0.17.0)

---
updated-dependencies:
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/unstructured-0.17.0 branch from 8c5ebec to e538222 Compare March 12, 2025 19:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2025

Superseded by #437.

@dependabot dependabot bot closed this Mar 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/unstructured-0.17.0 branch March 21, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants