[PR #18789] [CLOSED] chore(deps): bump pycrdt from 0.12.25 to 0.12.43 in /backend #95974

Closed
opened 2026-05-15 22:10:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18789
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/pycrdt-0.12.43


📝 Commits (1)

  • 38b10e2 chore(deps): bump pycrdt from 0.12.25 to 0.12.43 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps pycrdt from 0.12.25 to 0.12.43.

Release notes

Sourced from pycrdt's releases.

0.12.43

  • Make pycrdt a namespace package.

0.12.42

  • Bump pyo3 to v0.27.1.

0.12.41

  • Bump pyo3 to v0.27.0.
  • Drop PyPy 3.10 support.

0.12.40

  • Support Python v3.14.

0.12.38

  • Improve error propagation with PyResult.
  • Cleanup transaction when commit fails.

0.12.37

  • Drop Python 3.9 support.
  • Drop dependency on importlib_metadata.
  • Support async callbacks in observe_subdocs.
  • Allow iterating over a document events by registering async callbacks when async transactions are used.

0.12.36

  • Support document change async callbacks.
  • Allow get_state and get_update to use an existing transaction.

0.12.35

  • Bump trio to <0.32.

0.12.34

  • Add snapshot support.
  • Install multiple Pythons to not rely on Windows hosted Python cache.

0.12.32

  • Fix skip_gc in Doc.

0.12.31

  • Expose skip_gc in Doc.

0.12.30

  • Allow turning garbage collection off.

0.12.29

  • Improve performance of map.__contains__.

0.12.28

  • Upgrade pyo3 to v0.26.0.

0.12.27

... (truncated)

Changelog

Sourced from pycrdt's changelog.

0.12.43

  • Make pycrdt a namespace package.

0.12.42

  • Bump pyo3 to v0.27.1.

0.12.41

  • Bump pyo3 to v0.27.0.
  • Drop PyPy 3.10 support.

0.12.40

  • Support Python v3.14.

0.12.38

  • Improve error propagation with PyResult.
  • Cleanup transaction when commit fails.

0.12.37

  • Drop Python 3.9 support.
  • Drop dependency on importlib_metadata.
  • Support async callbacks in observe_subdocs.
  • Allow iterating over a document events by registering async callbacks when async transactions are used.

0.12.36

  • Support document change async callbacks.
  • Allow get_state and get_update to use an existing transaction.

0.12.35

  • Bump trio to <0.32.

0.12.34

  • Add snapshot support.
  • Install multiple Pythons to not rely on Windows hosted Python cache.

0.12.32

  • Fix skip_gc in Doc.

0.12.31

  • Expose skip_gc in Doc.

... (truncated)

Commits

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/18789 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pycrdt-0.12.43` --- ### 📝 Commits (1) - [`38b10e2`](https://github.com/open-webui/open-webui/commit/38b10e24a88af5bdcbf9fb5eef2b028364a3739f) chore(deps): bump pycrdt from 0.12.25 to 0.12.43 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [pycrdt](https://github.com/y-crdt/pycrdt) from 0.12.25 to 0.12.43. <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.43</h2> <ul> <li>Make <code>pycrdt</code> a namespace package.</li> </ul> <h2>0.12.42</h2> <ul> <li>Bump <code>pyo3</code> to v0.27.1.</li> </ul> <h2>0.12.41</h2> <ul> <li>Bump <code>pyo3</code> to v0.27.0.</li> <li>Drop PyPy 3.10 support.</li> </ul> <h2>0.12.40</h2> <ul> <li>Support Python v3.14.</li> </ul> <h2>0.12.38</h2> <ul> <li>Improve error propagation with <code>PyResult</code>.</li> <li>Cleanup transaction when commit fails.</li> </ul> <h2>0.12.37</h2> <ul> <li>Drop Python 3.9 support.</li> <li>Drop dependency on <code>importlib_metadata</code>.</li> <li>Support async callbacks in <code>observe_subdocs</code>.</li> <li>Allow iterating over a document events by registering async callbacks when async transactions are used.</li> </ul> <h2>0.12.36</h2> <ul> <li>Support document change async callbacks.</li> <li>Allow <code>get_state</code> and <code>get_update</code> to use an existing transaction.</li> </ul> <h2>0.12.35</h2> <ul> <li>Bump <code>trio</code> to &lt;0.32.</li> </ul> <h2>0.12.34</h2> <ul> <li>Add snapshot support.</li> <li>Install multiple Pythons to not rely on Windows hosted Python cache.</li> </ul> <h2>0.12.32</h2> <ul> <li>Fix <code>skip_gc</code> in <code>Doc</code>.</li> </ul> <h2>0.12.31</h2> <ul> <li>Expose <code>skip_gc</code> in <code>Doc</code>.</li> </ul> <h2>0.12.30</h2> <ul> <li>Allow turning garbage collection off.</li> </ul> <h2>0.12.29</h2> <ul> <li>Improve performance of <code>map.__contains__</code>.</li> </ul> <h2>0.12.28</h2> <ul> <li>Upgrade <code>pyo3</code> to v0.26.0.</li> </ul> <h2>0.12.27</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.43</h2> <ul> <li>Make <code>pycrdt</code> a namespace package.</li> </ul> <h2>0.12.42</h2> <ul> <li>Bump <code>pyo3</code> to v0.27.1.</li> </ul> <h2>0.12.41</h2> <ul> <li>Bump <code>pyo3</code> to v0.27.0.</li> <li>Drop PyPy 3.10 support.</li> </ul> <h2>0.12.40</h2> <ul> <li>Support Python v3.14.</li> </ul> <h2>0.12.38</h2> <ul> <li>Improve error propagation with <code>PyResult</code>.</li> <li>Cleanup transaction when commit fails.</li> </ul> <h2>0.12.37</h2> <ul> <li>Drop Python 3.9 support.</li> <li>Drop dependency on <code>importlib_metadata</code>.</li> <li>Support async callbacks in <code>observe_subdocs</code>.</li> <li>Allow iterating over a document events by registering async callbacks when async transactions are used.</li> </ul> <h2>0.12.36</h2> <ul> <li>Support document change async callbacks.</li> <li>Allow <code>get_state</code> and <code>get_update</code> to use an existing transaction.</li> </ul> <h2>0.12.35</h2> <ul> <li>Bump <code>trio</code> to &lt;0.32.</li> </ul> <h2>0.12.34</h2> <ul> <li>Add snapshot support.</li> <li>Install multiple Pythons to not rely on Windows hosted Python cache.</li> </ul> <h2>0.12.32</h2> <ul> <li>Fix <code>skip_gc</code> in <code>Doc</code>.</li> </ul> <h2>0.12.31</h2> <ul> <li>Expose <code>skip_gc</code> in <code>Doc</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/y-crdt/pycrdt/commit/c56fcd603fa0be3a07605884dfc811d5709b3741"><code>c56fcd6</code></a> Release v0.12.43</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/29833dc9165528f4c81635d4dd58ddbdd87f31ea"><code>29833dc</code></a> fix: make pycrdt a namespace package using pkgutil.extend_path (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/323">#323</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/9ed0f120e774777f91c96e2d1468355bf0467ed1"><code>9ed0f12</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/321">#321</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/77bf22c8236b9a6c0bf66648a635fc90a5a8b61c"><code>77bf22c</code></a> Release v0.12.42</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/976e3f2573f12c9959d9f8fda4d85d42aa04ebaa"><code>976e3f2</code></a> Bump pyo3 v0.27.1 (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/318">#318</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/63440115582150c0a860e74173be44e4c287b996"><code>6344011</code></a> Release v0.12.41</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/c2c94440fd089011b3c0a1b88d6169a684894032"><code>c2c9444</code></a> Bump pyo3 v0.27.0 (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/317">#317</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/8f6d86d934ff55b09698395272f8d2386c753f9a"><code>8f6d86d</code></a> Run code coverage on Python 3.14 (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/312">#312</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/087c28659c47d68ec7475669e66b12fc3b8e78e9"><code>087c286</code></a> Remove unneeded test skipping mark (<a href="https://redirect.github.com/y-crdt/pycrdt/issues/311">#311</a>)</li> <li><a href="https://github.com/y-crdt/pycrdt/commit/4dfa6bfcb52e5b91e07d723ce003dddcc0b0af0a"><code>4dfa6bf</code></a> Release v0.12.40</li> <li>Additional commits viewable in <a href="https://github.com/y-crdt/pycrdt/compare/0.12.25...0.12.43">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycrdt&package-manager=pip&previous-version=0.12.25&new-version=0.12.43)](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-05-15 22:10:59 -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#95974