Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps unstructured from 0.10.27 to 0.18.5.

Release notes

Sourced from unstructured's releases.

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

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

0.18.1

Enhancements

Features

  • Add DocumentData element type This is helpful in scenarios where there is large data that does not make sense to represent across each element in the document.

Fixes

  • The encoding property of the _CsvPartitioningContext is now properly used.

0.17.11-dev1

What's Changed

... (truncated)

Changelog

Sourced from unstructured's changelog.

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

  • Improve markdown code block handling Code blocks in markdown were previously being processed as embedded code instead of plain text.

0.18.4

Enhancements

Features

Fixes

  • Increase CSV field limit Addresses failures in partition for csv files with large fields

0.18.3

Enhancements

Features

Fixes

  • Upgrade Pillow to 11.3.0 Addresses a high priority CVE

0.18.2

Enhancements

Features

Fixes

  • Fixes empty HTML content Previously, when the HTML content was empty, the partitioner would raise a TypeError: Invalid input object: NoneType. Now it will return an empty list of elements.
  • Failproof docx malformed or merged tables This fix prevents docx file with complex or vertical merges or malformed tables from failing at tc_at_grid_offset and raised ValueError: no tc element at grid_offset=X.
  • partition_md can read special characters on non- utf-8 files partition_md reads the file as utf-8 previously. Now it uses read_txt_file that reads file with detected encoding.
  • xml code not getting escaped in a code block in a markdown file when in partition
  • Fixes parsing HTML header and footer Previously header and footer texts are partitioned as UncategorizedText or as the nested structure like Title. Now they are properly partitioned as Header and Footer element types.

0.18.1

Enhancements

Features

  • Add DocumentData element type This is helpful in scenarios where there is large data that does not make sense to represent across each element in the document.

... (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.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the chore label Jul 11, 2025
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 11, 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.5#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.5

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 16, 2025

Superseded by #657.

@dependabot dependabot bot closed this Jul 16, 2025
@dependabot dependabot bot deleted the dependabot/pip/unstructured-0.18.5 branch July 16, 2025 17:19
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