[PR #4039] [MERGED] chore(deps): bump rapidocr-onnxruntime from 1.3.22 to 1.3.24 in /backend #60243

Closed
opened 2026-05-06 02:55:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/rapidocr-onnxruntime-1.3.24


📝 Commits (1)

  • 957b0ec chore(deps): bump rapidocr-onnxruntime from 1.3.22 to 1.3.24 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps rapidocr-onnxruntime from 1.3.22 to 1.3.24.

Release notes

Sourced from rapidocr-onnxruntime's releases.

Release v1.3.24

🐛 Bug Fixes

  • (python) Fixed issue #202 and add Shapely version limited

⚙️ Miscellaneous Tasks

  • (submodule) Remove submodules of others program languages
  • (rapidocr_web) Fix setup error when auto publish whl

Release v1.3.23

🐛 Bug Fixes

  • (python) Restrict dependent package version, especially numpy versions

🚜 Refactor

  • (rapidocr_paddle) Refactor the entire code
  • (rapidocr_openvino) Refactor the entire code
  • (rapidocr_onnxruntime) Refactor the pre-processing code for the det part
  • (rapidocr_onnxruntime) Add typing annotations of RapidOCR call
  • (rapidocr_onnxruntime) Add typing annotations and remove invalid code

📚 Documentation

  • (README) Remove invalid QQ number
  • ()* Update docs path
  • (README) Add AI Studio online demo
Commits
  • 304f773 fix(python): Fixed issue #202 and add Shapely version limited
  • 13e0383 fix(python): Fixed issue #202
  • 96893fd chore(submodule): Remove submodules of others program languages
  • 5827668 ci(rapidocr_web): Fix setup error when auto publish whl
  • d2f3692 fix(rapidocr_web): Fixed issue #197
  • df88d9c ci(rapid_paddle and rapid_vino): Add requirement file and modify trigger CI s...
  • a8d558e fix(python): Restrict dependent package version, especially numpy versions
  • c01cc08 refactor(rapidocr_paddle): Refactor the entire code
  • 8cae2e2 refactor(rapidocr_openvino): Refactor the entire code
  • 1de4db0 refactor(rapidocr_onnxruntime): Refactor the pre-processing code for the det ...
  • Additional commits viewable in compare view

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/4039 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/rapidocr-onnxruntime-1.3.24` --- ### 📝 Commits (1) - [`957b0ec`](https://github.com/open-webui/open-webui/commit/957b0ecd15cc9545e943bac45a65503fc7d9e8a8) chore(deps): bump rapidocr-onnxruntime from 1.3.22 to 1.3.24 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.3.22 to 1.3.24. <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.24</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><em>(python)</em> Fixed issue <a href="https://redirect.github.com/RapidAI/RapidOCR/issues/202">#202</a> and add Shapely version limited</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li><em>(submodule)</em> Remove submodules of others program languages</li> <li><em>(rapidocr_web)</em> Fix setup error when auto publish whl</li> </ul> <h2>Release v1.3.23</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><em>(python)</em> Restrict dependent package version, especially numpy versions</li> </ul> <h3>🚜 Refactor</h3> <ul> <li><em>(rapidocr_paddle)</em> Refactor the entire code</li> <li><em>(rapidocr_openvino)</em> Refactor the entire code</li> <li><em>(rapidocr_onnxruntime)</em> Refactor the pre-processing code for the det part</li> <li><em>(rapidocr_onnxruntime)</em> Add typing annotations of RapidOCR call</li> <li><em>(rapidocr_onnxruntime)</em> Add typing annotations and remove invalid code</li> </ul> <h3>📚 Documentation</h3> <ul> <li><em>(README)</em> Remove invalid QQ number</li> <li><em>(</em>)* Update docs path</li> <li><em>(README)</em> Add AI Studio online demo</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RapidAI/RapidOCR/commit/304f773549327768e36ab20e719cb71ae5fcc4c6"><code>304f773</code></a> fix(python): Fixed issue <a href="https://redirect.github.com/RapidAI/RapidOCR/issues/202">#202</a> and add Shapely version limited</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/13e0383d795d2af37ba596bdcb88667887e346c2"><code>13e0383</code></a> fix(python): Fixed issue <a href="https://redirect.github.com/RapidAI/RapidOCR/issues/202">#202</a></li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/96893fdbc682afa42c2401eb84187f724e8b3c87"><code>96893fd</code></a> chore(submodule): Remove submodules of others program languages</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/582766879212abfe2fe19485a41af56e955a7f03"><code>5827668</code></a> ci(rapidocr_web): Fix setup error when auto publish whl</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/d2f369223d61c4aadd165a23fc91b7e1846cc342"><code>d2f3692</code></a> fix(rapidocr_web): Fixed issue <a href="https://redirect.github.com/RapidAI/RapidOCR/issues/197">#197</a></li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/df88d9cfa1c66713835e18e696350507aa911c03"><code>df88d9c</code></a> ci(rapid_paddle and rapid_vino): Add requirement file and modify trigger CI s...</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/a8d558e21566f49feb8d3db8035fd80234070466"><code>a8d558e</code></a> fix(python): Restrict dependent package version, especially numpy versions</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/c01cc08925888f9422a8657ee23a0193ac5c2e40"><code>c01cc08</code></a> refactor(rapidocr_paddle): Refactor the entire code</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/8cae2e2590579011db1b07a35f6c71c7066fddfc"><code>8cae2e2</code></a> refactor(rapidocr_openvino): Refactor the entire code</li> <li><a href="https://github.com/RapidAI/RapidOCR/commit/1de4db02497f832536ed1578e9bce5195850db8f"><code>1de4db0</code></a> refactor(rapidocr_onnxruntime): Refactor the pre-processing code for the det ...</li> <li>Additional commits viewable in <a href="https://github.com/RapidAI/RapidOCR/compare/v1.3.22...v1.3.24">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.3.22&new-version=1.3.24)](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 2026-05-06 02:55:16 -05: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#60243