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/14562
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/1/2025
**Status:** ✅ Merged
**Merged:** 6/2/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/validators-0.35.0`
---
### 📝 Commits (1)
- [`2f3d462`](https://github.com/open-webui/open-webui/commit/2f3d4622db5d6cbcd576a1201cf6f4ee5b9da1b6) build(deps): bump validators from 0.34.0 to 0.35.0 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [validators](https://github.com/python-validators/validators) from 0.34.0 to 0.35.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/python-validators/validators/releases">validators's releases</a>.</em></p>
<blockquote>
<h2>0.35.0</h2>
<p><em><strong>Breaking</strong></em> ⚠️</p>
<ul>
<li>Drops support for Python <code>v3.8</code>.</li>
</ul>
<p><em><strong>Features</strong></em></p>
<ul>
<li>Validator russian individual tax number by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/408">#408</a></li>
<li>feat: allow custom URL scheme validation by <a href="https://github.com/e3krisztian"><code>@e3krisztian</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/409">#409</a></li>
<li>Refactor API: remove print from <code>ru_inn</code>, update description, and expose via <code>__init__</code> by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/419">#419</a></li>
<li>Add Mir card validation support by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/420">#420</a></li>
</ul>
<p><em><strong>Maintenance</strong></em></p>
<ul>
<li>Update README.md by <a href="https://github.com/mattseymour"><code>@mattseymour</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/400">#400</a></li>
<li>fix(domain): accept .onion as a valid TLD by <a href="https://github.com/davidt99"><code>@davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/402">#402</a></li>
<li>fix(url): add hashtag to allowed fragment characters by <a href="https://github.com/davidt99"><code>@davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/405">#405</a></li>
<li>chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/414">#414</a></li>
<li>Fix email regex issue 140 by <a href="https://github.com/cwisdo"><code>@cwisdo</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/411">#411</a></li>
<li>fix(uri): replace <code>lstrip("mailto:")</code> with manual prefix removal by <a href="https://github.com/max-moser"><code>@max-moser</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/418">#418</a></li>
<li>running <code>doctest</code> failes by <a href="https://github.com/d-chris"><code>@d-chris</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/417">#417</a></li>
<li>Fix: Allow Special DOI Cases Used in Public Administration Tests by <a href="https://github.com/MaurizioPilia"><code>@MaurizioPilia</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/415">#415</a></li>
<li>chore: formatting; sync dependencies by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/422">#422</a></li>
<li>chore: prepare for new release by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/424">#424</a></li>
<li>chore: updates changelog by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/425">#425</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mattseymour"><code>@mattseymour</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/400">python-validators/validators#400</a></li>
<li><a href="https://github.com/davidt99"><code>@davidt99</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/402">python-validators/validators#402</a></li>
<li><a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/408">python-validators/validators#408</a></li>
<li><a href="https://github.com/e3krisztian"><code>@e3krisztian</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/409">python-validators/validators#409</a></li>
<li><a href="https://github.com/cwisdo"><code>@cwisdo</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/411">python-validators/validators#411</a></li>
<li><a href="https://github.com/max-moser"><code>@max-moser</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/418">python-validators/validators#418</a></li>
<li><a href="https://github.com/d-chris"><code>@d-chris</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/417">python-validators/validators#417</a></li>
<li><a href="https://github.com/MaurizioPilia"><code>@MaurizioPilia</code></a> made their first contribution in <a href="https://redirect.github.com/python-validators/validators/pull/415">python-validators/validators#415</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-validators/validators/compare/0.34.0...0.35.0"><code>0.34.0...0.35.0</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/python-validators/validators/blob/master/CHANGES.md">validators's changelog</a>.</em></p>
<blockquote>
<h2>0.35.0 (2025-05-01)</h2>
<p><em><strong>Breaking</strong></em> ⚠️</p>
<ul>
<li>Drops support for Python <code>v3.8</code>.</li>
</ul>
<p><em><strong>Features</strong></em></p>
<ul>
<li>Validator russian individual tax number by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/408">#408</a></li>
<li>feat: allow custom URL scheme validation by <a href="https://github.com/e3krisztian"><code>@e3krisztian</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/409">#409</a></li>
<li>Refactor API: remove print from <code>ru_inn</code>, update description, and expose via <code>__init__</code> by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/419">#419</a></li>
<li>Add Mir card validation support by <a href="https://github.com/TheDrunkenBear"><code>@TheDrunkenBear</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/420">#420</a></li>
</ul>
<p><em><strong>Maintenance</strong></em></p>
<ul>
<li>Update README.md by <a href="https://github.com/mattseymour"><code>@mattseymour</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/400">#400</a></li>
<li>fix(domain): accept .onion as a valid TLD by <a href="https://github.com/davidt99"><code>@davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/402">#402</a></li>
<li>fix(url): add hashtag to allowed fragment characters by <a href="https://github.com/davidt99"><code>@davidt99</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/405">#405</a></li>
<li>chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/414">#414</a></li>
<li>Fix email regex issue 140 by <a href="https://github.com/cwisdo"><code>@cwisdo</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/411">#411</a></li>
<li>fix(uri): replace <code>lstrip("mailto:")</code> with manual prefix removal by <a href="https://github.com/max-moser"><code>@max-moser</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/418">#418</a></li>
<li>running <code>doctest</code> failes by <a href="https://github.com/d-chris"><code>@d-chris</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/417">#417</a></li>
<li>Fix: Allow Special DOI Cases Used in Public Administration Tests by <a href="https://github.com/MaurizioPilia"><code>@MaurizioPilia</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/415">#415</a></li>
<li>chore: formatting; sync dependencies by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/422">#422</a></li>
<li>chore: prepare for new release by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/424">#424</a></li>
<li>chore: updates changelog by <a href="https://github.com/yozachar"><code>@yozachar</code></a> in <a href="https://redirect.github.com/python-validators/validators/pull/425">#425</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/python-validators/validators/compare/0.34.0...0.35.0"><code>0.34.0...0.35.0</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-validators/validators/commit/75788ed9e116fe3bf1bb9699f1696e7f7e132067"><code>75788ed</code></a> Merge pull request <a href="https://redirect.github.com/python-validators/validators/issues/425">#425</a> from yozachar/workshop</li>
<li><a href="https://github.com/python-validators/validators/commit/0b1799cdb431e708aff6b1b59e4430bd0828a70b"><code>0b1799c</code></a> chore: updates changelog</li>
<li><a href="https://github.com/python-validators/validators/commit/de4948f45fc4d79abec2da3b8586f6b271c5d723"><code>de4948f</code></a> Merge pull request <a href="https://redirect.github.com/python-validators/validators/issues/424">#424</a> from yozachar/workshop</li>
<li><a href="https://github.com/python-validators/validators/commit/6d8a1abcdf2d92e113b1707bbf372bde4d48e3a5"><code>6d8a1ab</code></a> chore: prepare for new release</li>
<li><a href="https://github.com/python-validators/validators/commit/8691cead510052aae88f22776b9d6fbe1cf55351"><code>8691cea</code></a> chore: formatting; sync dependencies (<a href="https://redirect.github.com/python-validators/validators/issues/422">#422</a>)</li>
<li><a href="https://github.com/python-validators/validators/commit/bafe62e757bd99526129f8dffcfc9795817d08d8"><code>bafe62e</code></a> feat: add Mir card validation support (<a href="https://redirect.github.com/python-validators/validators/issues/420">#420</a>)</li>
<li><a href="https://github.com/python-validators/validators/commit/7c97eca2990f6d42e27f0f211475eb0d4809de59"><code>7c97eca</code></a> Fix: Allow Special DOI Cases Used in Public Administration Tests (<a href="https://redirect.github.com/python-validators/validators/issues/415">#415</a>)</li>
<li><a href="https://github.com/python-validators/validators/commit/b2510d1c5f7ef81cdf9fa90d2548ebd826e4e734"><code>b2510d1</code></a> feat: adds <code>doctest</code> (<a href="https://redirect.github.com/python-validators/validators/issues/417">#417</a>)</li>
<li><a href="https://github.com/python-validators/validators/commit/f7742c55b680036116a7f61e140476ffd4774ccb"><code>f7742c5</code></a> Refactor API: remove print from ru_inn, update description, and expose via __...</li>
<li><a href="https://github.com/python-validators/validators/commit/d6241fc31f6b46bf81283c6ab3cae07c370fc1f6"><code>d6241fc</code></a> fix(uri): remove "mailto:" prefix manually (<a href="https://redirect.github.com/python-validators/validators/issues/418">#418</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/python-validators/validators/compare/0.34.0...0.35.0">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/14562
Author: @dependabot[bot]
Created: 6/1/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/validators-0.35.0📝 Commits (1)
2f3d462build(deps): bump validators from 0.34.0 to 0.35.0 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps validators from 0.34.0 to 0.35.0.
Release notes
Sourced from validators's releases.
Changelog
Sourced from validators's changelog.
Commits
75788edMerge pull request #425 from yozachar/workshop0b1799cchore: updates changelogde4948fMerge pull request #424 from yozachar/workshop6d8a1abchore: prepare for new release8691ceachore: formatting; sync dependencies (#422)bafe62efeat: add Mir card validation support (#420)7c97ecaFix: Allow Special DOI Cases Used in Public Administration Tests (#415)b2510d1feat: addsdoctest(#417)f7742c5Refactor API: remove print from ru_inn, update description, and expose via __...d6241fcfix(uri): remove "mailto:" prefix manually (#418)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.