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/3875
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 7/15/2024
**Status:** ✅ Merged
**Merged:** 7/15/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pydantic-2.8.2`
---
### 📝 Commits (1)
- [`73afa73`](https://github.com/open-webui/open-webui/commit/73afa73286bd0d8b8935f31c5b3ed427f2857a13) chore(deps): bump pydantic from 2.7.1 to 2.8.2 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p>
<blockquote>
<h2>v2.8.2 (2024-07-03)</h2>
<h2>What's Changed</h2>
<h3>Fixes</h3>
<ul>
<li>Fix issue with assertion caused by pluggable schema validator by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9838">#9838</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.8.1...v2.8.2">https://github.com/pydantic/pydantic/compare/v2.8.1...v2.8.2</a></p>
<h2>v2.8.1 (2024-07-03)</h2>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump <code>ruff</code> to <code>v0.5.0</code> and <code>pyright</code> to <code>v1.1.369</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9801">#9801</a></li>
<li>Bump <code>pydantic-core</code> to <code>v2.20.1</code>, <code>pydantic-extra-types</code> to <code>v2.9.0</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9832">#9832</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Fix breaking change in <code>to_snake</code> from v2.7 -> v2.8 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9812">#9812</a></li>
<li>Fix list constraint json schema application by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9818">#9818</a></li>
<li>Support time duration more than 23 by <a href="https://github.com/nix010"><code>@nix010</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/64">pydantic/speedate#64</a></li>
<li>Fix millisecond fraction being handled with the wrong scale by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/65">pydantic/speedate#65</a></li>
<li>Handle negative fractional durations correctly by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/71">pydantic/speedate#71</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kwint"><code>@kwint</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/9787">pydantic/pydantic#9787</a></li>
<li><a href="https://github.com/seekinginfiniteloop"><code>@seekinginfiniteloop</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/9822">pydantic/pydantic#9822</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.1">https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0 (2024-07-01)</h2>
<p>The code released in <code>v2.8.0</code> is functionally identical to that of <code>v2.8.0b1</code>.</p>
<p>Check out our <a href="https://pydantic.dev/articles/pydantic-v2-8-release">blog post</a> to learn more about the release highlights!</p>
<h2>What's Changed</h2>
<h3>Packaging</h3>
<ul>
<li>Update citation version automatically with new releases by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9673">#9673</a></li>
<li>Bump pyright to <code>v1.1.367</code> and add type checking tests for pipeline API by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9674">#9674</a></li>
<li>Update <code>pydantic.v1</code> stub to <code>v1.10.17</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9707">#9707</a></li>
<li>General package updates to prep for <code>v2.8.0b1</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9741">#9741</a></li>
<li>Bump <code>pydantic-core</code> to <code>v2.20.0</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9745">#9745</a></li>
<li>Add support for Python 3.13 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9743">#9743</a></li>
<li>Update <code>pdm</code> version used for <code>pdm.lock</code> to <code>v2.16.1</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9761">#9761</a></li>
<li>Update to <code>ruff</code> <code>v0.4.8</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9585">#9585</a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Experimental: support <code>defer_build</code> for <code>TypeAdapter</code> by <a href="https://github.com/MarkusSintonen"><code>@MarkusSintonen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8939">#8939</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p>
<blockquote>
<h2>v2.8.2 (2024-07-03)</h2>
<p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.8.2">GitHub release</a></p>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Fix issue with assertion caused by pluggable schema validator by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9838">#9838</a></li>
</ul>
<h2>v2.8.1 (2024-07-03)</h2>
<p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.8.1">GitHub release</a></p>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump <code>ruff</code> to <code>v0.5.0</code> and <code>pyright</code> to <code>v1.1.369</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9801">#9801</a></li>
<li>Bump <code>pydantic-core</code> to <code>v2.20.1</code>, <code>pydantic-extra-types</code> to <code>v2.9.0</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9832">#9832</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Fix breaking change in <code>to_snake</code> from v2.7 -> v2.8 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9812">#9812</a></li>
<li>Fix list constraint json schema application by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9818">#9818</a></li>
<li>Support time duration more than 23 by <a href="https://github.com/nix010"><code>@nix010</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/64">pydantic/speedate#64</a></li>
<li>Fix millisecond fraction being handled with the wrong scale by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/65">pydantic/speedate#65</a></li>
<li>Handle negative fractional durations correctly by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/speedate/pull/71">pydantic/speedate#71</a></li>
</ul>
<h2>v2.8.0 (2024-07-01)</h2>
<p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.8.0">GitHub release</a></p>
<p>The code released in v2.8.0 is functionally identical to that of v2.8.0b1.</p>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Update citation version automatically with new releases by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9673">#9673</a></li>
<li>Bump pyright to <code>v1.1.367</code> and add type checking tests for pipeline API by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9674">#9674</a></li>
<li>Update <code>pydantic.v1</code> stub to <code>v1.10.17</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9707">#9707</a></li>
<li>General package updates to prep for <code>v2.8.0b1</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9741">#9741</a></li>
<li>Bump <code>pydantic-core</code> to <code>v2.20.0</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9745">#9745</a></li>
<li>Add support for Python 3.13 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9743">#9743</a></li>
<li>Update <code>pdm</code> version used for <code>pdm.lock</code> to v2.16.1 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9761">#9761</a></li>
<li>Update to <code>ruff</code> <code>v0.4.8</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9585">#9585</a></li>
</ul>
<h4>New Features</h4>
<ul>
<li>Experimental: support <code>defer_build</code> for <code>TypeAdapter</code> by <a href="https://github.com/MarkusSintonen"><code>@MarkusSintonen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8939">#8939</a></li>
<li>Implement <code>deprecated</code> field in json schema by <a href="https://github.com/NeevCohen"><code>@NeevCohen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9298">#9298</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pydantic/pydantic/commit/4978ee235bf5f0fa11159b2dfe46068ef3deba0a"><code>4978ee2</code></a> update history</li>
<li><a href="https://github.com/pydantic/pydantic/commit/03459290582af49a7dd09464a584fe315438c3fc"><code>0345929</code></a> v bump</li>
<li><a href="https://github.com/pydantic/pydantic/commit/d390a0413f1317c129bb79e46a57397e2ef32cd1"><code>d390a04</code></a> Fix issue with assertion caused by pluggable schema validator (<a href="https://redirect.github.com/pydantic/pydantic/issues/9838">#9838</a>)</li>
<li><a href="https://github.com/pydantic/pydantic/commit/040865f3b8b9b201282826f92f552efa238b1f2e"><code>040865f</code></a> update history</li>
<li><a href="https://github.com/pydantic/pydantic/commit/5a33e3b237285b721a42a1816ea1e67a4c6ecb75"><code>5a33e3b</code></a> bump version</li>
<li><a href="https://github.com/pydantic/pydantic/commit/2f9abb29bf15981e9cab0037808808c860d9afbc"><code>2f9abb2</code></a> Bump <code>pydantic-core</code> to <code>v2.20.1</code>, <code>pydantic-extra-types</code> to <code>v2.9.0</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/9832">#9832</a>)</li>
<li><a href="https://github.com/pydantic/pydantic/commit/ce9c5f78b580755945a323628cdd9f673325133d"><code>ce9c5f7</code></a> Remove spooky meetings file (<a href="https://redirect.github.com/pydantic/pydantic/issues/9824">#9824</a>)</li>
<li><a href="https://github.com/pydantic/pydantic/commit/6bdd6d11440a43b0acff5d7d0e32f5f6ca8d9876"><code>6bdd6d1</code></a> Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...</li>
<li><a href="https://github.com/pydantic/pydantic/commit/701ccdecec02da2b23f216cd6b2e33911b81bbc9"><code>701ccde</code></a> Fix list constraint json schema application (<a href="https://redirect.github.com/pydantic/pydantic/issues/9818">#9818</a>)</li>
<li><a href="https://github.com/pydantic/pydantic/commit/2a066a26f7515fb99498ad9f5fcaba9c6abcb41e"><code>2a066a2</code></a> Bump <code>ruff</code> to <code>v0.5.0</code> and <code>pyright</code> to <code>v1.1.369</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/9801">#9801</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.7.1...v2.8.2">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3875
Author: @dependabot[bot]
Created: 7/15/2024
Status: ✅ Merged
Merged: 7/15/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/pydantic-2.8.2📝 Commits (1)
73afa73chore(deps): bump pydantic from 2.7.1 to 2.8.2 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pydantic from 2.7.1 to 2.8.2.
Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
4978ee2update history0345929v bumpd390a04Fix issue with assertion caused by pluggable schema validator (#9838)040865fupdate history5a33e3bbump version2f9abb2Bumppydantic-coretov2.20.1,pydantic-extra-typestov2.9.0(#9832)ce9c5f7Remove spooky meetings file (#9824)6bdd6d1Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...701ccdeFix list constraint json schema application (#9818)2a066a2Bumprufftov0.5.0andpyrighttov1.1.369(#9801)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.