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 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/23291
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/pycrdt-0.12.50`
---
### 📝 Commits (1)
- [`18e265a`](https://github.com/open-webui/open-webui/commit/18e265a2212f38b915a0d661c355bc2ea510af9d) build(deps): bump pycrdt from 0.12.47 to 0.12.50
### 📊 Changes
**4 files changed** (+1658 additions, -1206 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements-min.txt` (+1 -1)
📝 `backend/requirements.txt` (+1 -1)
📝 `pyproject.toml` (+1 -1)
📝 `uv.lock` (+1655 -1203)
</details>
### 📄 Description
Bumps [pycrdt](https://github.com/y-crdt/pycrdt) from 0.12.47 to 0.12.50.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/y-crdt/pycrdt/releases">pycrdt's releases</a>.</em></p>
<blockquote>
<h2>0.12.50</h2>
<ul>
<li>Fix concurrent async transactions.</li>
</ul>
<h2>0.12.49</h2>
<ul>
<li>Remove use of cache for observer callbacks.</li>
</ul>
<h2>0.12.48</h2>
<ul>
<li>Fix tuple handling (convert to list).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/y-crdt/pycrdt/blob/main/CHANGELOG.md">pycrdt's changelog</a>.</em></p>
<blockquote>
<h2>0.12.50</h2>
<ul>
<li>Fix concurrent async transactions.</li>
</ul>
<h2>0.12.49</h2>
<ul>
<li>Remove use of cache for observer callbacks.</li>
</ul>
<h2>0.12.48</h2>
<ul>
<li>Fix tuple handling (convert to list).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/y-crdt/pycrdt/commit/da89d252dd37bde63774a7efc654f8c0cf742f6c"><code>da89d25</code></a> Release v0.12.50</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/0421fd6254172646cbf19f905d70ba340b9ad694"><code>0421fd6</code></a> Fix concurrent async transactions (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/373">#373</a>)</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/cbddf5648b899b16738a6656c47dfba6303aaad0"><code>cbddf56</code></a> Release v0.12.49</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/a6ab3b5339df73d2aa324c21061fdfa87f0e5240"><code>a6ab3b5</code></a> Fix memory leak in <code>BaseType</code> observer methods (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/372">#372</a>)</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/e16c5ef7d953a4fdc2c39807548fa42a11c36c7f"><code>e16c5ef</code></a> Release v0.12.48</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/7ef1471f9aa209f0e57cce55b8e4d18229d0a83d"><code>7ef1471</code></a> Fix tuple handling in Map: convert tuples to arrays instead of undefined (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/370">#370</a>)</li>
<li><a href="https://github.com/y-crdt/pycrdt/commit/33c4ae6f5fa00c79e6821be7ce386fe35d579503"><code>33c4ae6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/369">#369</a>)</li>
<li>See full diff in <a href="https://github.com/y-crdt/pycrdt/compare/0.12.47...0.12.50">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 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/23291
Author: @dependabot[bot]
Created: 4/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/pycrdt-0.12.50📝 Commits (1)
18e265abuild(deps): bump pycrdt from 0.12.47 to 0.12.50📊 Changes
4 files changed (+1658 additions, -1206 deletions)
View changed files
📝
backend/requirements-min.txt(+1 -1)📝
backend/requirements.txt(+1 -1)📝
pyproject.toml(+1 -1)📝
uv.lock(+1655 -1203)📄 Description
Bumps pycrdt from 0.12.47 to 0.12.50.
Release notes
Sourced from pycrdt's releases.
Changelog
Sourced from pycrdt's changelog.
Commits
da89d25Release v0.12.500421fd6Fix concurrent async transactions (#373)cbddf56Release v0.12.49a6ab3b5Fix memory leak inBaseTypeobserver methods (#372)e16c5efRelease v0.12.487ef1471Fix tuple handling in Map: convert tuples to arrays instead of undefined (#370)33c4ae6[pre-commit.ci] pre-commit autoupdate (#369)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 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.