[PR #3708] [MERGED] chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend #21322

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 44bbb40 chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend
  • 642c5e0 Merge branch 'dev' into dependabot/pip/backend/dev/peewee-3.17.6

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps peewee from 3.17.5 to 3.17.6.

Release notes

Sourced from peewee's releases.

3.17.6

  • Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph, #2893.
  • Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, #2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.

View commits

Changelog

Sourced from peewee's changelog.

3.17.6

  • Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph, #2893.
  • Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, #2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.

View commits

Commits
  • 0b16576 3.17.6
  • 2b2e876 Update pool as well.
  • 49ba1cc Fix change in how we access TransactionStatus enum in psycopg3.
  • 09a1f78 Switch to single quotes when generating constraints in reflection dflts.
  • 4c4b788 Ensure subqueries used as CASE targets are not aliased.
  • 415384d Disable sqlcipher logging in tests.
  • f6eb4c7 Doc for SubclassAwareMetadata.
  • f18e3a0 Better fix for #2901 using a no-op comparable in the heap.
  • 8182d2a Re-add the random jitter in case time.time() returns identical values.
  • c6f4c4d Fix ServerSide query regression introduced in 3.16.0
  • 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/3708 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/8/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/peewee-3.17.6` --- ### 📝 Commits (2) - [`44bbb40`](https://github.com/open-webui/open-webui/commit/44bbb40551264e81f91b54f680d0d68e6cd8d99d) chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend - [`642c5e0`](https://github.com/open-webui/open-webui/commit/642c5e035ddc030e3f00c62749f4007c7b6216df) Merge branch 'dev' into dependabot/pip/backend/dev/peewee-3.17.6 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.5 to 3.17.6. <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.6</h2> <ul> <li>Fix bug in recursive <code>model.delete_instance()</code> when a table contains foreign-keys at multiple depths of the graph, <a href="https://redirect.github.com/coleifer/peewee/issues/2893">#2893</a>.</li> <li>Fix regression in pool behavior on systems where <code>time.time()</code> returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, <a href="https://redirect.github.com/coleifer/peewee/issues/2901">#2901</a>.</li> <li>Ensure that subqueries inside <code>CASE</code> statements generate correct SQL.</li> <li>Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).</li> <li>Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the <code>Connection</code> instance.</li> <li>Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.</li> </ul> <p><a href="https://github.com/coleifer/peewee/compare/3.17.5...3.17.6">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.6</h2> <ul> <li>Fix bug in recursive <code>model.delete_instance()</code> when a table contains foreign-keys at multiple depths of the graph, <a href="https://redirect.github.com/coleifer/peewee/issues/2893">#2893</a>.</li> <li>Fix regression in pool behavior on systems where <code>time.time()</code> returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, <a href="https://redirect.github.com/coleifer/peewee/issues/2901">#2901</a>.</li> <li>Ensure that subqueries inside <code>CASE</code> statements generate correct SQL.</li> <li>Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).</li> <li>Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the <code>Connection</code> instance.</li> <li>Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.</li> </ul> <p><a href="https://github.com/coleifer/peewee/compare/3.17.5...3.17.6">View commits</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coleifer/peewee/commit/0b16576460439297874732c8cf42761371d5c6a4"><code>0b16576</code></a> 3.17.6</li> <li><a href="https://github.com/coleifer/peewee/commit/2b2e876edf686f3f4ddf5f36df9b978f42504082"><code>2b2e876</code></a> Update pool as well.</li> <li><a href="https://github.com/coleifer/peewee/commit/49ba1ccddd1d0a8f2e7f6a339d44195f5c40c076"><code>49ba1cc</code></a> Fix change in how we access TransactionStatus enum in psycopg3.</li> <li><a href="https://github.com/coleifer/peewee/commit/09a1f78ca5271eb08f925a6b10049c9d8fd7dfeb"><code>09a1f78</code></a> Switch to single quotes when generating constraints in reflection dflts.</li> <li><a href="https://github.com/coleifer/peewee/commit/4c4b788e530df28089f3889b9f637839d6761dbb"><code>4c4b788</code></a> Ensure subqueries used as CASE targets are not aliased.</li> <li><a href="https://github.com/coleifer/peewee/commit/415384d512c9424ab42cf0d046423baee4923043"><code>415384d</code></a> Disable sqlcipher logging in tests.</li> <li><a href="https://github.com/coleifer/peewee/commit/f6eb4c7d06ddf37bcc7d70371814c20ab0f62e7c"><code>f6eb4c7</code></a> Doc for SubclassAwareMetadata.</li> <li><a href="https://github.com/coleifer/peewee/commit/f18e3a0a258e19a58843b7d4df52c71c054983ea"><code>f18e3a0</code></a> Better fix for <a href="https://redirect.github.com/coleifer/peewee/issues/2901">#2901</a> using a no-op comparable in the heap.</li> <li><a href="https://github.com/coleifer/peewee/commit/8182d2a15f69e3ed0b31fe0fce344c57e8f844a5"><code>8182d2a</code></a> Re-add the random jitter in case time.time() returns identical values.</li> <li><a href="https://github.com/coleifer/peewee/commit/c6f4c4da7a1579021a35bbb1412b6b41e74b2d38"><code>c6f4c4d</code></a> Fix ServerSide query regression introduced in 3.16.0</li> <li>Additional commits viewable in <a href="https://github.com/coleifer/peewee/compare/3.17.5...3.17.6">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.5&new-version=3.17.6)](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:26:47 -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#21322