Skip to content

Bump unstructured from 0.18.31 to 0.18.32 in /backend-agent#205

Merged
marcorosa merged 2 commits into
developfrom
dependabot/uv/backend-agent/develop/unstructured-0.18.32
May 25, 2026
Merged

Bump unstructured from 0.18.31 to 0.18.32 in /backend-agent#205
marcorosa merged 2 commits into
developfrom
dependabot/uv/backend-agent/develop/unstructured-0.18.32

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 15, 2026

Bumps unstructured from 0.18.31 to 0.18.32.

Release notes

Sourced from unstructured's releases.

0.18.32

What's Changed

Full Changelog: Unstructured-IO/unstructured@0.18.31...0.18.32

Changelog

Sourced from unstructured's changelog.

0.18.32

Enhancements

  • put pdfium calls behind a thread lock
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Feb 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 15, 2026 19:33
@dependabot dependabot Bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Feb 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

The change updates the version of the "unstructured" library from 0.18.31 to 0.18.32 in the pyproject.toml file. This is a minor dependency update focused on ensuring the application uses the latest improvements and bug fixes from the "unstructured" library.

Walkthrough

  • Chore: Updated the "unstructured" dependency version to 0.18.32 to incorporate the latest library improvements and bug fixes, ensuring stability and performance enhancements potentially affecting data-processing features utilized by end-users.

Model: gpt-4o-2024-08-06 | Prompt Tokens: 306 | Completion Tokens: 115

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a collaborative code review enhanced by AI insights. These suggestions offer potential improvements and patterns we've identified, though your expertise and project context remain the ultimate guide. Consider these recommendations as starting points for discussion rather than definitive solutions. Your technical judgment and understanding of requirements will determine the best path forward—AI simply provides additional perspective to support your decision-making process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 854 | Completion Tokens: 299

'PyYAML==6.0.3',
'requests==2.32.5',
'unstructured==0.18.31',
'unstructured==0.18.32',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good practice updating the unstructured dependency to a newer patch version. However, consider reviewing the changelog for version 0.18.32 to understand what changes were introduced. For better dependency management in the future, consider:

  1. Using version ranges with compatible release operator for patch updates:
'unstructured~=0.18.31',
  1. Or allowing patch updates within the minor version:
'unstructured>=0.18.31,<0.19.0',

This approach would automatically pick up patch fixes while maintaining stability, similar to how langchain-text-splitters is already configured.

@marcorosa marcorosa merged commit 1f652f5 into develop May 25, 2026
2 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/unstructured-0.18.32 branch May 25, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant