[PR #8245] [MERGED] build(deps): bump peewee from 3.17.6 to 3.17.8 in /backend #22191

Closed
opened 2026-04-20 03:58:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8245
Author: @dependabot[bot]
Created: 1/1/2025
Status: Merged
Merged: 1/1/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/peewee-3.17.8


📝 Commits (1)

  • 7fb87dd build(deps): bump peewee from 3.17.6 to 3.17.8 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps peewee from 3.17.6 to 3.17.8.

Release notes

Sourced from peewee's releases.

3.17.8

  • Fix regression in behavior of delete_instance() when traversing nullable foreign-keys, #2952. Introduced in 3.17.6. Recommended that you update.
  • Fix bug where joins not cloned when going from join-less -> joined query, refs #2941.

3.17.7

  • Add db_url support for psycopg3 via psycopg3://.
  • Ensure double-quotes are escaped properly when introspecting constraints.
  • A few documentation-related fixes.

View commits

Changelog

Sourced from peewee's changelog.

3.17.8

  • Fix regression in behavior of delete_instance() when traversing nullable foreign-keys, #2952. Introduced in 3.17.6. Recommended that you update.
  • Fix bug where joins not cloned when going from join-less -> joined query, refs #2941.

3.17.7

  • Add db_url support for psycopg3 via psycopg3://.
  • Ensure double-quotes are escaped properly when introspecting constraints.
  • A few documentation-related fixes.

View commits

Commits
  • 9b038b1 3.17.8
  • 9d1b063 Fix regression in delete_instance() with nullable foreign-keys.
  • 73f0453 Additional test.
  • ed6a6e2 Add another prefetch test.
  • c36bac9 Merge pull request #2943 from timgates42/chore/typo_drop_table
  • 6430384 Very small copy and paste issue in drop_table doco
  • 8dba3bd Try one more time.
  • 665549d Try again?
  • f021769 Always copy the join dict, even if it is empty. Refs #2941
  • 155e724 Reduce prominence of cockroachdb in docs.
  • 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/8245 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2025 **Status:** ✅ Merged **Merged:** 1/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/peewee-3.17.8` --- ### 📝 Commits (1) - [`7fb87dd`](https://github.com/open-webui/open-webui/commit/7fb87ddf99daa5d719e39c5834ee88efc09cc49d) build(deps): bump peewee from 3.17.6 to 3.17.8 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.6 to 3.17.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coleifer/peewee/releases">peewee's releases</a>.</em></p> <blockquote> <h2>3.17.8</h2> <ul> <li>Fix regression in behavior of <code>delete_instance()</code> when traversing nullable foreign-keys, <a href="https://redirect.github.com/coleifer/peewee/issues/2952">#2952</a>. Introduced in 3.17.6. <strong>Recommended that you update</strong>.</li> <li>Fix bug where joins not cloned when going from join-less -&gt; joined query, refs <a href="https://redirect.github.com/coleifer/peewee/issues/2941">#2941</a>.</li> </ul> <h2>3.17.7</h2> <ul> <li>Add db_url support for psycopg3 via <code>psycopg3://</code>.</li> <li>Ensure double-quotes are escaped properly when introspecting constraints.</li> <li>A few documentation-related fixes.</li> </ul> <p><a href="https://github.com/coleifer/peewee/compare/3.17.6...3.17.7">View commits</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coleifer/peewee/blob/master/CHANGELOG.md">peewee's changelog</a>.</em></p> <blockquote> <h2>3.17.8</h2> <ul> <li>Fix regression in behavior of <code>delete_instance()</code> when traversing nullable foreign-keys, <a href="https://redirect.github.com/coleifer/peewee/issues/2952">#2952</a>. Introduced in 3.17.6. <strong>Recommended that you update</strong>.</li> <li>Fix bug where joins not cloned when going from join-less -&gt; joined query, refs <a href="https://redirect.github.com/coleifer/peewee/issues/2941">#2941</a>.</li> </ul> <h2>3.17.7</h2> <ul> <li>Add db_url support for psycopg3 via <code>psycopg3://</code>.</li> <li>Ensure double-quotes are escaped properly when introspecting constraints.</li> <li>A few documentation-related fixes.</li> </ul> <p><a href="https://github.com/coleifer/peewee/compare/3.17.6...3.17.7">View commits</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coleifer/peewee/commit/9b038b1485dfd7d3940d5989bbc0d233ba0f6df2"><code>9b038b1</code></a> 3.17.8</li> <li><a href="https://github.com/coleifer/peewee/commit/9d1b063cffa96ed183e2df05124b22a9741ed092"><code>9d1b063</code></a> Fix regression in delete_instance() with nullable foreign-keys.</li> <li><a href="https://github.com/coleifer/peewee/commit/73f0453b9c07260d799d6e64bd60b5e4452bae53"><code>73f0453</code></a> Additional test.</li> <li><a href="https://github.com/coleifer/peewee/commit/ed6a6e2325b1332e688d6e4ea54e581533249db2"><code>ed6a6e2</code></a> Add another prefetch test.</li> <li><a href="https://github.com/coleifer/peewee/commit/c36bac9c77d056258d6355799b505767ba137e26"><code>c36bac9</code></a> Merge pull request <a href="https://redirect.github.com/coleifer/peewee/issues/2943">#2943</a> from timgates42/chore/typo_drop_table</li> <li><a href="https://github.com/coleifer/peewee/commit/64303840ddfe4a5349bfcd3c7fba36240cfe6a81"><code>6430384</code></a> Very small copy and paste issue in drop_table doco</li> <li><a href="https://github.com/coleifer/peewee/commit/8dba3bdb98a85f856a2f159168d54068d0d2ed12"><code>8dba3bd</code></a> Try one more time.</li> <li><a href="https://github.com/coleifer/peewee/commit/665549de61ad58d2a804e5a8d7ab5eb01f384587"><code>665549d</code></a> Try again?</li> <li><a href="https://github.com/coleifer/peewee/commit/f021769722cab323f6e2f431b2a0d3072ef1ff67"><code>f021769</code></a> Always copy the join dict, even if it is empty. Refs <a href="https://redirect.github.com/coleifer/peewee/issues/2941">#2941</a></li> <li><a href="https://github.com/coleifer/peewee/commit/155e724b640a5595defe30043bd8e897565e3608"><code>155e724</code></a> Reduce prominence of cockroachdb in docs.</li> <li>Additional commits viewable in <a href="https://github.com/coleifer/peewee/compare/3.17.6...3.17.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peewee&package-manager=pip&previous-version=3.17.6&new-version=3.17.8)](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-04-20 03:58:19 -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#22191