[PR #3542] [MERGED] chore(deps): update duckduckgo-search requirement from ~=6.1.5 to ~=6.1.7 in /backend #8068

Closed
opened 2025-11-11 17:44:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/duckduckgo-search-approx-eq-6.1.7


📝 Commits (1)

  • 052c582 chore(deps): update duckduckgo-search requirement in /backend

📊 Changes

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

View changed files

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

📄 Description

Updates the requirements on duckduckgo-search to permit the latest version.

Release notes

Sourced from duckduckgo-search's releases.

v6.1.7

Full Changelog: https://github.com/deedy5/duckduckgo_search/compare/v6.1.6...v6.1.7

Commits
  • cf2549d Bump version to v6.1.7
  • 405852f impersonate="chrome_126"
  • cf8c0d1 chat(): use list comprehension to extract messages
  • b7e8cb7 update requirements
  • ae24008 CLI: chat(): add multiline and model options
  • 12eb6bd Bump version to v6.1.6
  • 3862768 update requirements
  • cef67ed chat(): add models "llama-3-70b" add "mixtral-8x7b" (#226)
  • 658319b README: add Disclaimer section
  • See full diff in compare view

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/3542 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/30/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/duckduckgo-search-approx-eq-6.1.7` --- ### 📝 Commits (1) - [`052c582`](https://github.com/open-webui/open-webui/commit/052c582930ea29c226565c428d482a9abd595477) chore(deps): update duckduckgo-search requirement in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [duckduckgo-search](https://github.com/deedy5/duckduckgo_search) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/deedy5/duckduckgo_search/releases">duckduckgo-search's releases</a>.</em></p> <blockquote> <h2>v6.1.7</h2> <ul> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/ae2400863b04ebc7c132f245f331ce074bf5954a">CLI: chat(): add multiline and model options</a></li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/b7e8cb73d5a06ef4274922659f9ce910fc0217a3">update requirements</a></li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/cf8c0d10b952f53f54fa8740720e7bf5e45476c9">chat(): use list comprehension to extract messages</a></li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/405852fc1df6d507ec2fda7931a4ebeba62840f2">impersonate=&quot;chrome_126&quot;</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/deedy5/duckduckgo_search/compare/v6.1.6...v6.1.7">https://github.com/deedy5/duckduckgo_search/compare/v6.1.6...v6.1.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/cf2549dd11898653f87241aa816fa22059d7ceb4"><code>cf2549d</code></a> Bump version to v6.1.7</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/405852fc1df6d507ec2fda7931a4ebeba62840f2"><code>405852f</code></a> impersonate=&quot;chrome_126&quot;</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/cf8c0d10b952f53f54fa8740720e7bf5e45476c9"><code>cf8c0d1</code></a> chat(): use list comprehension to extract messages</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/b7e8cb73d5a06ef4274922659f9ce910fc0217a3"><code>b7e8cb7</code></a> update requirements</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/ae2400863b04ebc7c132f245f331ce074bf5954a"><code>ae24008</code></a> CLI: chat(): add <code>multiline</code> and <code>model</code> options</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/12eb6bd74d666bbbc0d1c3727ad10099a0aed103"><code>12eb6bd</code></a> Bump version to v6.1.6</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/3862768fd3f4ff657318d8a04a656de3a7fd796f"><code>3862768</code></a> update requirements</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/cef67ed55d0a2532af64020f75f73cc4b47b04e3"><code>cef67ed</code></a> chat(): add models &quot;llama-3-70b&quot; add &quot;mixtral-8x7b&quot; (<a href="https://redirect.github.com/deedy5/duckduckgo_search/issues/226">#226</a>)</li> <li><a href="https://github.com/deedy5/duckduckgo_search/commit/658319bf33022377402868282ed5fe9bdf79a639"><code>658319b</code></a> README: add <code>Disclaimer</code> section</li> <li>See full diff in <a href="https://github.com/deedy5/duckduckgo_search/compare/v6.1.5...v6.1.7">compare view</a></li> </ul> </details> <br /> 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:44:10 -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#8068