[PR #3878] [MERGED] chore(deps): bump unstructured from 0.14.9 to 0.14.10 in /backend #8145

Closed
opened 2025-11-11 17:46:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3878
Author: @dependabot[bot]
Created: 7/15/2024
Status: Merged
Merged: 7/15/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/unstructured-0.14.10


📝 Commits (1)

  • 8494b97 chore(deps): bump unstructured from 0.14.9 to 0.14.10 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps unstructured from 0.14.9 to 0.14.10.

Release notes

Sourced from unstructured's releases.

0.14.10

Enhancements

  • Update unstructured-client dependency Change unstructured-client dependency pin back to greater than min version and updated tests that were failing given the update.
  • .doc files are now supported in the arm64 image.. libreoffice24 is added to the arm64 image, meaning .doc files are now supported. We have follow on work planned to investigate adding .ppt support for arm64 as well.
  • Add table detection metrics: recall, precision and f1
  • Remove unused _with_spans metrics

Features

Fixes

  • Fix counting false negatives and false positives in table structure evaluation
  • Fix Slack CI test Change channel that Slack test is pointing to because previous test bot expired
  • Remove NLTK download Removes nltk.download in favor of downloading from an S3 bucket we host to mitigate CVE-2024-39705
Changelog

Sourced from unstructured's changelog.

0.14.10

Enhancements

  • Update unstructured-client dependency Change unstructured-client dependency pin back to greater than min version and updated tests that were failing given the update.
  • .doc files are now supported in the arm64 image.. libreoffice24 is added to the arm64 image, meaning .doc files are now supported. We have follow on work planned to investigate adding .ppt support for arm64 as well.
  • Add table detection metrics: recall, precision and f1.
  • Remove unused _with_spans metrics.

Features

Add Object Detection Metrics to CI Add object detection metrics (average precision, precision, recall and f1-score) implementations.

Fixes

  • Fix counting false negatives and false positives in table structure evaluation.
  • Fix Slack CI test Change channel that Slack test is pointing to because previous test bot expired
  • Remove NLTK download Removes nltk.download in favor of downloading from an S3 bucket we host to mitigate CVE-2024-39705
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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3878 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/unstructured-0.14.10` --- ### 📝 Commits (1) - [`8494b97`](https://github.com/open-webui/open-webui/commit/8494b97e055fd5e94d9d8ee311b8c21215187172) chore(deps): bump unstructured from 0.14.9 to 0.14.10 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.14.9 to 0.14.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/releases">unstructured's releases</a>.</em></p> <blockquote> <h2>0.14.10</h2> <h3>Enhancements</h3> <ul> <li><strong>Update unstructured-client dependency</strong> Change unstructured-client dependency pin back to greater than min version and updated tests that were failing given the update.</li> <li><strong><code>.doc</code> files are now supported in the <code>arm64</code> image.</strong>. <code>libreoffice24</code> is added to the <code>arm64</code> image, meaning <code>.doc</code> files are now supported. We have follow on work planned to investigate adding <code>.ppt</code> support for <code>arm64</code> as well.</li> <li>Add table detection metrics: recall, precision and f1</li> <li>Remove unused _with_spans metrics</li> </ul> <h3>Features</h3> <h3>Fixes</h3> <ul> <li><strong>Fix counting false negatives and false positives in table structure evaluation</strong></li> <li><strong>Fix Slack CI test</strong> Change channel that Slack test is pointing to because previous test bot expired</li> <li><strong>Remove NLTK download</strong> Removes <code>nltk.download</code> in favor of downloading from an S3 bucket we host to mitigate CVE-2024-39705</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md">unstructured's changelog</a>.</em></p> <blockquote> <h2>0.14.10</h2> <h3>Enhancements</h3> <ul> <li><strong>Update unstructured-client dependency</strong> Change unstructured-client dependency pin back to greater than min version and updated tests that were failing given the update.</li> <li><strong><code>.doc</code> files are now supported in the <code>arm64</code> image.</strong>. <code>libreoffice24</code> is added to the <code>arm64</code> image, meaning <code>.doc</code> files are now supported. We have follow on work planned to investigate adding <code>.ppt</code> support for <code>arm64</code> as well.</li> <li><strong>Add table detection metrics: recall, precision and f1.</strong></li> <li><strong>Remove unused _with_spans metrics.</strong></li> </ul> <h3>Features</h3> <p><strong>Add Object Detection Metrics to CI</strong> Add object detection metrics (average precision, precision, recall and f1-score) implementations.</p> <h3>Fixes</h3> <ul> <li><strong>Fix counting false negatives and false positives in table structure evaluation.</strong></li> <li><strong>Fix Slack CI test</strong> Change channel that Slack test is pointing to because previous test bot expired</li> <li><strong>Remove NLTK download</strong> Removes <code>nltk.download</code> in favor of downloading from an S3 bucket we host to mitigate CVE-2024-39705</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/7b25dfc337e6231f3edaac5420442d920304364e"><code>7b25dfc</code></a> fix(CVE-2024-39705): remove nltk download (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3361">#3361</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/d48fa3b1634b2b13a75bfedbec2a0a0e3930d582"><code>d48fa3b</code></a> rfctr(auto): improve typing and organize auto tests (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3355">#3355</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/609a08a95f930e45761fd50e152d8ef01502e96d"><code>609a08a</code></a> remove unused _with_spans metric (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3342">#3342</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/caea73c8e3a2118cd9eb1bfe7f26747c985aab8d"><code>caea73c</code></a> Tables detection f1 (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3341">#3341</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/3fc2342f6d614252fb4e2ea6e172cfd655d90d62"><code>3fc2342</code></a> build(deps): version bumps for 2024-07-08 (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3359">#3359</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/1ce01c3254804530c9e82be7c82f3458dd5fca85"><code>1ce01c3</code></a> rfctr: Implement SQL V2 Dest Connector (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3323">#3323</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/6e4d9ccd5b61ae10bebfbd8024c689e218fc4073"><code>6e4d9cc</code></a> refactor: implement databricks volumes v2 dest connector (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3334">#3334</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/493bfccdddd8cb1f8d70aedcfefc38917f2b3197"><code>493bfcc</code></a> fix: exception handling for OCRAgent.get_agent() (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3335">#3335</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/d86d15c3ab577063abfc5951e14cf6a32e850a20"><code>d86d15c</code></a> feat/custom ingest stager (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3340">#3340</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/f1a28600d9849a26ac8d3d965d83cdd0638042aa"><code>f1a2860</code></a> feat/singlestore dest connector (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/3320">#3320</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Unstructured-IO/unstructured/compare/0.14.9...0.14.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unstructured&package-manager=pip&previous-version=0.14.9&new-version=0.14.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:46:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8145