Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2025

Bumps unstructured from 0.10.27 to 0.18.9.

Release notes

Sourced from unstructured's releases.

0.18.9

Enhancements

Features

  • Convert elements to markdown for output Added function to convert elements to markdown format for easy viewing.

Fixes

  • Language detection nit Handle empty text
  • Properly handle password protected xlsx - detect password protection on XLSX files and raise appropriate

0.18.7

Enhancements

Features

  • Add language detection for PDFs Add document and element level language detection to PDFs.

Fixes

0.18.6

Enhancements

Features

Fixes

  • Improved epub partition errors EPUB partition will now produce new type of error on unprocessable files.
  • Fix type for serialized TableChunks Use TableChunk for the string value of the field type when serializing elements of type TableChunk, rather than using the value Table.

0.18.4

What's Changed

Full Changelog: Unstructured-IO/unstructured@0.18.3...0.18.4

0.18.3

What's Changed

Full Changelog: Unstructured-IO/unstructured@0.18.2...0.18.3

0.18.2

What's Changed

... (truncated)

Changelog

Sourced from unstructured's changelog.

0.18.9

Enhancements

Features

  • Convert elements to markdown for output Added function to convert elements to markdown format for easy viewing.

Fixes

  • Language detection nit* Handle empty text

0.18.8

Enhancements

Features

Fixes

  • Properly handle password protected xlsx - detect password protection on XLSX files and raise appropriate

0.18.7

Enhancements

  • text_as_html for Table element now keeps both input and img tag's class attribute Previously in partition HTML any tag inside a table is stripped of its class attribute. Now this attribute is preserved for both input and img tag in the table element's metadata.text_as_html.

Features

  • Add language detection for PDFs Add document and element level language detection to PDFs.

Fixes

0.18.6

Enhancements

Features

Fixes

  • Improved epub partition errors EPUB partition will now produce new type of error on unprocessable files.
  • Fix type for serialized TableChunks Use TableChunk for the string value of the field type when serializing elements of type TableChunk, rather than using the value Table.

0.18.5

Enhancements

  • Bump dependencies and remove lingering Python 3.9 artifacts Cleaned up some references to 3.9 that were left When we dropped Python 3.9 support.
  • text_as_html for Table element now keeps img tag's class attribute Previously in partition HTML any tag inside a table is stripped of its class attribute. Now this attribute is preserved for img tag in the table element's metadata.text_as_html.

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)

Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.10.27 to 0.18.9.
- [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.18.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore label Jul 17, 2025
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 17, 2025
Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This CDK Version

You can test this version of the CDK using the following:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@dependabot/pip/unstructured-0.18.9#egg=airbyte-python-cdk[dev]' --help

# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch dependabot/pip/unstructured-0.18.9

Helpful Resources

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test - Runs connector tests with the updated CDK
  • /poe <command> - Runs any poe command in the CDK environment

📝 Edit this welcome message.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 23, 2025

Superseded by #668.

@dependabot dependabot bot closed this Jul 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/unstructured-0.18.9 branch July 23, 2025 17:02
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.

0 participants