Conversation
Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.27 to 0.18.31. - [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.27...0.18.31) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.18.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The changes in the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 306 | Completion Tokens: 94 |
There was a problem hiding this comment.
Here's a supportive code review enhanced with AI assistance. Please note that some suggestions are AI-generated insights rather than definitive requirements, so trust your expertise and apply what feels most valuable. You remain in full control of your code decisions—this AI support is simply here to offer additional perspectives and help streamline your development process.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 854 | Completion Tokens: 260
| 'PyYAML==6.0.3', | ||
| 'requests==2.32.5', | ||
| 'unstructured==0.18.27', | ||
| 'unstructured==0.18.31', |
There was a problem hiding this comment.
Good practice upgrading the unstructured dependency from 0.18.27 to 0.18.31. However, consider using version ranges instead of pinning exact versions for better dependency management and security updates:
'unstructured>=0.18.31,<0.19.0',This approach allows for patch updates while preventing breaking changes from minor version bumps. The same consideration applies to other pinned dependencies in this file like PyYAML, requests, pandas, and ollama.
Bumps unstructured from 0.18.27 to 0.18.31.
Release notes
Sourced from unstructured's releases.
Changelog
Sourced from unstructured's changelog.
Commits
d1f1bdfchorse sep bump to resolve open CVEs (#4205)d4caedffix: Preserve Line Breaks in Code Blocks During Chunking (#4196)8f32550fix(deps): Update semitechnologies/weaviate Docker tag to v1.35.3 (#4135)dbe96e2fix(deps): Update opensearchproject/opensearch Docker tag to v2.19.4 (#4134)7b366c5fix(deps): Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to...f0b0e7cfix: filter coordinates kwargs to prevent TypeError in hi_res PDF processing ...01c3f7cToken-Based Chunking Support (#4203)c0323a6fix: remove sandbox=True from pypandoc to fix ODT conversion (#4193)95fea7efix(deps): switch from pip-compile to uv pip compile (#4202)8cb6278fix: reduce default dpi to 350 (#4199)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)