[PR #2590] [CLOSED] chore(deps): bump rapidocr-onnxruntime from 1.2.3 to 1.3.22 in /backend #7834

Closed
opened 2025-11-11 17:37:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2590
Author: @dependabot[bot]
Created: 5/27/2024
Status: Closed

Base: mainHead: dependabot/pip/backend/rapidocr-onnxruntime-1.3.22


📝 Commits (1)

  • 9b396d2 chore(deps): bump rapidocr-onnxruntime from 1.2.3 to 1.3.22 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps rapidocr-onnxruntime from 1.2.3 to 1.3.22.

Release notes

Sourced from rapidocr-onnxruntime's releases.

Release v1.3.22

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Fix EP_list parameter error
  • (rapidocr_onnxruntime) Fixed EP error (#183)

🧪 Testing

  • (rapidocr_onnxruntime) Add two unit testings about cuda and dml

Full Changelog: https://github.com/RapidAI/RapidOCR/compare/v1.3.21...v1.3.22

Release v1.3.21

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Fix dml not work issue (#180)
  • (python) Add the default value of maxsize in lru_cache under python3.7 for compatibility

🎨 Styling

  • (rapidocr_onnxruntime) Code wrapping with black

⚙️ Miscellaneous Tasks

  • (.github) Update the bug issue template to make it more concise
  • (rapidocr_onnxruntime) Add logger cache to reduce print nums
  • (rapidocr_onnxruntime) Optim tips

👶 New Contributors

Full Changelog: https://github.com/RapidAI/RapidOCR/compare/v1.3.20...v1.3.21

Release v1.3.20

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Optimize prompt when using DirctML
  • (python) Modify the way CTCLabelDecode calculates confidence (#179)
  • (python) Update unit testing

🚜 Refactor

  • (rapidocr_onnxruntime) Decoupling utils.py files
  • (rapidocr_openvino) Decoupling utils.py files
  • (rapidocr_paddle) Decoupling utils.py files

⚙️ Miscellaneous Tasks

  • (rapidocr_onnxruntime) Add friendly tips for using cuda

... (truncated)

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/2590 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/backend/rapidocr-onnxruntime-1.3.22` --- ### 📝 Commits (1) - [`9b396d2`](https://github.com/open-webui/open-webui/commit/9b396d22a1c6e5258fda705ad8a08a1963be2131) chore(deps): bump rapidocr-onnxruntime from 1.2.3 to 1.3.22 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [rapidocr-onnxruntime](https://github.com/RapidAI/RapidOCR) from 1.2.3 to 1.3.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RapidAI/RapidOCR/releases">rapidocr-onnxruntime's releases</a>.</em></p> <blockquote> <h2>Release v1.3.22</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Fix EP_list parameter error</li> <li><em>(rapidocr_onnxruntime)</em> Fixed EP error (<a href="https://redirect.github.com/RapidAI/RapidOCR/issues/183">#183</a>)</li> </ul> <h3>🧪 Testing</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Add two unit testings about cuda and dml</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RapidAI/RapidOCR/compare/v1.3.21...v1.3.22">https://github.com/RapidAI/RapidOCR/compare/v1.3.21...v1.3.22</a></p> <h2>Release v1.3.21</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Fix dml not work issue (<a href="https://redirect.github.com/RapidAI/RapidOCR/issues/180">#180</a>)</li> <li><em>(python)</em> Add the default value of maxsize in lru_cache under python3.7 for compatibility</li> </ul> <h3>🎨 Styling</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Code wrapping with black</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li><em>(.github)</em> Update the bug issue template to make it more concise</li> <li><em>(rapidocr_onnxruntime)</em> Add logger cache to reduce print nums</li> <li><em>(rapidocr_onnxruntime)</em> Optim tips</li> </ul> <h3>👶 New Contributors</h3> <ul> <li><a href="https://github.com/SkeathyTomas"><code>@​SkeathyTomas</code></a> made their first contribution in <a href="https://redirect.github.com/RapidAI/RapidOCR/pull/180">RapidAI/RapidOCR#180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RapidAI/RapidOCR/compare/v1.3.20...v1.3.21">https://github.com/RapidAI/RapidOCR/compare/v1.3.20...v1.3.21</a></p> <h2>Release v1.3.20</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Optimize prompt when using DirctML</li> <li><em>(python)</em> Modify the way CTCLabelDecode calculates confidence (<a href="https://redirect.github.com/RapidAI/RapidOCR/issues/179">#179</a>)</li> <li><em>(python)</em> Update unit testing</li> </ul> <h3>🚜 Refactor</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Decoupling utils.py files</li> <li><em>(rapidocr_openvino)</em> Decoupling utils.py files</li> <li><em>(rapidocr_paddle)</em> Decoupling utils.py files</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li><em>(rapidocr_onnxruntime)</em> Add friendly tips for using cuda</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/RapidAI/RapidOCR/commits/v1.3.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rapidocr-onnxruntime&package-manager=pip&previous-version=1.2.3&new-version=1.3.22)](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:37:20 -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#7834