Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Bumps unstructured from 0.18.15 to 0.18.20.

Release notes

Sourced from unstructured's releases.

0.18.20

Enhancement

  • Improve the VoyageAI integration
  • Add voyage-context-3 support
  • Flag extracted elements as such in the metadata for downstream use

Features

Fixes

0.18.18

Fixes

  • Prevent path traversal in email MSG attachment filenames Fixed a security vulnerability (GHSA-gm8q-m8mv-jj5m) where malicious attachment filenames containing path traversal sequences could write files outside the intended directory. The fix normalizes both Unix and Windows path separators before sanitizing filenames, preventing cross-platform path traversal attacks in partition_msg functions

0.18.17

Enhancement

Features

Fixes

0.18.16

Enhancement

  • Speed up function _assign_hash_ids by 34% (codeflash)

Features

Fixes

Changelog

Sourced from unstructured's changelog.

0.18.20

Enhancement

  • Improve the VoyageAI integration
  • Add voyage-context-3 support
  • Flag extracted elements as such in the metadata for downstream use

Features

Fixes

0.18.18

Fixes

  • Prevent path traversal in email MSG attachment filenames Fixed a security vulnerability (GHSA-gm8q-m8mv-jj5m) where malicious attachment filenames containing path traversal sequences could write files outside the intended directory. The fix normalizes both Unix and Windows path separators before sanitizing filenames, preventing cross-platform path traversal attacks in partition_msg functions

0.18.17

Enhancement

Features

Fixes

0.18.16

Enhancement

  • Speed up function _assign_hash_ids by 34% (codeflash)

Features

Fixes

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 backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Nov 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 16, 2025 19:08
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Nov 16, 2025
@github-actions
Copy link
Contributor

The changes in the pyproject.toml file reflect a version update for the unstructured package. This is a routine package update aimed at likely improving compatibility, fixing bugs, or introducing minor features without altering the overall functionality significantly. Such updates help maintain the software's robustness over time and potentially enhance performance or security.

Walkthrough

  • Chore: Updated the unstructured package from version 0.18.15 to 0.18.20 in the dependencies. This ensures that the project is using the latest, stable release of the package which may include bug fixes or performance improvements visible to end-users indirectly through enhanced stability.

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

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 with AI insights. These suggestions offer potential improvements and patterns we've identified, though your expertise and project context remain essential. Consider these recommendations as starting points for discussion rather than definitive solutions. You're the expert on your codebase—use what resonates with your goals and feel free to adapt or disregard any suggestions that don't align with your vision.


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

'PyYAML==6.0.3',
'requests==2.32.5',
'unstructured==0.18.15',
'unstructured==0.18.20',
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider using flexible version constraints for better dependency management. The current approach with exact version pinning (==) can lead to dependency conflicts and makes it harder to receive security updates.

'unstructured>=0.18.20,<0.19.0',

This allows patch versions while preventing breaking changes. Also consider documenting the reason for this specific version upgrade in your changelog or commit message to help with future maintenance.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@marcorosa
Copy link
Member

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/backend-agent/develop/unstructured-0.18.20 branch from 08ebd26 to 9c260e2 Compare November 18, 2025 11:07
@marcorosa marcorosa merged commit e2bbd93 into develop Nov 25, 2025
3 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/unstructured-0.18.20 branch November 25, 2025 16:29
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