Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/unstructured-0.18.32
Open

Bump unstructured from 0.18.31 to 0.18.32 in /backend-agent#205
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/unstructured-0.18.32

Conversation

@dependabot
Copy link
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

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](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
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
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
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.

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.

0 participants