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/12254
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/1/2025
**Status:** ✅ Merged
**Merged:** 4/1/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/einops-0.8.1`
---
### 📝 Commits (1)
- [`fc5c8db`](https://github.com/open-webui/open-webui/commit/fc5c8dbe3f9354e59f3485482906db6e3641ad3e) build(deps): bump einops from 0.8.0 to 0.8.1 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [einops](https://github.com/arogozhnikov/einops) from 0.8.0 to 0.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/arogozhnikov/einops/releases">einops's releases</a>.</em></p>
<blockquote>
<h2>v0.8.1 Multiple improvements</h2>
<h2>What's Changed</h2>
<p>TLDR:</p>
<ul>
<li>ellipsis is added to EinMix</li>
<li>tests moved into the package</li>
<li>devcontainer provided</li>
<li>added backend for pyTensor</li>
<li>niceties: citation, docs, fixed broken links</li>
<li>this did not require any changes in einops, but array API is supported by more libs these days, and einops can operate on them</li>
</ul>
<h2>PRs:</h2>
<ul>
<li>Update README.md by <a href="https://github.com/project-delphi"><code>@project-delphi</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/316">arogozhnikov/einops#316</a></li>
<li>change tests for numpy2.0 + fix for numpy regression by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/325">arogozhnikov/einops#325</a></li>
<li>PR from <a href="https://github.com/pzread"><code>@pzread</code></a>: fix tinygrad concat + changed formatting to fix CI errors by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/329">arogozhnikov/einops#329</a></li>
<li>Add devcontainer and dockerfile by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/330">arogozhnikov/einops#330</a></li>
<li>delete experimental/indexing by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/333">arogozhnikov/einops#333</a></li>
<li>Use same ruff version in CI and in pre-commit, reformat notebooks by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/336">arogozhnikov/einops#336</a></li>
<li>Delete chainer backend by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/335">arogozhnikov/einops#335</a></li>
<li>Mention support of cupy, pydata/sparse, ndonnx and others by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/337">arogozhnikov/einops#337</a></li>
<li>Moving tests into source tree by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/338">arogozhnikov/einops#338</a></li>
<li>Update documentation, mention changes in testing + devcontainers by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/339">arogozhnikov/einops#339</a></li>
<li>Auto-deploy mkdocs + update mkdocs requirements by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/341">arogozhnikov/einops#341</a></li>
<li>Add dict syntax to the einops layers example by <a href="https://github.com/eadadi"><code>@eadadi</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/342">arogozhnikov/einops#342</a></li>
<li>include CITATION.cff for einops by <a href="https://github.com/luke-carlson"><code>@luke-carlson</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/345">arogozhnikov/einops#345</a></li>
<li>mention that cupy and jax now support array api by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/348">arogozhnikov/einops#348</a></li>
<li>Fix docs broken links after <code>master</code> -> <code>main</code> migration by <a href="https://github.com/VladKha"><code>@VladKha</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/349">arogozhnikov/einops#349</a></li>
<li>[Paddle] Update _backends.py to support pir.Value by <a href="https://github.com/HydrogenSulfate"><code>@HydrogenSulfate</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/353">arogozhnikov/einops#353</a></li>
<li>Update docstring for einops.reduce by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/358">arogozhnikov/einops#358</a></li>
<li>add a comment about axes names by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/359">arogozhnikov/einops#359</a></li>
<li>Add support of ellipsis to einmix by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/360">arogozhnikov/einops#360</a></li>
<li>Add PyTensor backend by <a href="https://github.com/ricardoV94"><code>@ricardoV94</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/362">arogozhnikov/einops#362</a></li>
<li>rename input_dict, document parameter by <a href="https://github.com/arogozhnikov"><code>@arogozhnikov</code></a> in <a href="https://redirect.github.com/arogozhnikov/einops/pull/363">arogozhnikov/einops#363</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/project-delphi"><code>@project-delphi</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/316">arogozhnikov/einops#316</a></li>
<li><a href="https://github.com/eadadi"><code>@eadadi</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/342">arogozhnikov/einops#342</a></li>
<li><a href="https://github.com/luke-carlson"><code>@luke-carlson</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/345">arogozhnikov/einops#345</a></li>
<li><a href="https://github.com/VladKha"><code>@VladKha</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/349">arogozhnikov/einops#349</a></li>
<li><a href="https://github.com/HydrogenSulfate"><code>@HydrogenSulfate</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/353">arogozhnikov/einops#353</a></li>
<li><a href="https://github.com/ricardoV94"><code>@ricardoV94</code></a> made their first contribution in <a href="https://redirect.github.com/arogozhnikov/einops/pull/362">arogozhnikov/einops#362</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.1">https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/arogozhnikov/einops/commit/ad2c8d67d08cbebb45e1aff2be21dc88635fc695"><code>ad2c8d6</code></a> version 0.8.0 -> 0.8.1 (<a href="https://redirect.github.com/arogozhnikov/einops/issues/365">#365</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/47c742ff94b21dbe2de35ea14fca17d6632f8f73"><code>47c742f</code></a> rename input_dict, document parameter (<a href="https://redirect.github.com/arogozhnikov/einops/issues/363">#363</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/43c11f8a44defec42f249e7db30d12baad267d3f"><code>43c11f8</code></a> Add PyTensor backend (<a href="https://redirect.github.com/arogozhnikov/einops/issues/362">#362</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/253545acd71bd39a70c396c7eb1cceee8f75a0cb"><code>253545a</code></a> Add support of ellipsis to einmix (<a href="https://redirect.github.com/arogozhnikov/einops/issues/360">#360</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/9ac21cdda5b7d0f078bbc4f49ca1b6b8f38fd93e"><code>9ac21cd</code></a> add a comment about axes names (<a href="https://redirect.github.com/arogozhnikov/einops/issues/359">#359</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/a462d07622274a9bba943905f4b92d216dac5352"><code>a462d07</code></a> Update docstring for einops.reduce (<a href="https://redirect.github.com/arogozhnikov/einops/issues/358">#358</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/1bee724cbb4fba985afcbce391d6d94ec6640ad1"><code>1bee724</code></a> [Paddle] Update _backends.py to support pir.Value (<a href="https://redirect.github.com/arogozhnikov/einops/issues/353">#353</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/5906eb80cebc2e60b4355d4d68f7b5dc26783e45"><code>5906eb8</code></a> Fix doc links after master -> main migration (<a href="https://redirect.github.com/arogozhnikov/einops/issues/349">#349</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/6328dee1760c83b63c8d49ba7a4d31ac6bb29676"><code>6328dee</code></a> mention that cupy and jax now support array api (<a href="https://redirect.github.com/arogozhnikov/einops/issues/348">#348</a>)</li>
<li><a href="https://github.com/arogozhnikov/einops/commit/1d3f9c48047ba147211c8f15a079db8e87766a0b"><code>1d3f9c4</code></a> include CITATION.cff for einops (<a href="https://redirect.github.com/arogozhnikov/einops/issues/345">#345</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.1">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/12254
Author: @dependabot[bot]
Created: 4/1/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/einops-0.8.1📝 Commits (1)
fc5c8dbbuild(deps): bump einops from 0.8.0 to 0.8.1 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps einops from 0.8.0 to 0.8.1.
Release notes
Sourced from einops's releases.
Commits
ad2c8d6version 0.8.0 -> 0.8.1 (#365)47c742frename input_dict, document parameter (#363)43c11f8Add PyTensor backend (#362)253545aAdd support of ellipsis to einmix (#360)9ac21cdadd a comment about axes names (#359)a462d07Update docstring for einops.reduce (#358)1bee724[Paddle] Update _backends.py to support pir.Value (#353)5906eb8Fix doc links after master -> main migration (#349)6328deemention that cupy and jax now support array api (#348)1d3f9c4include CITATION.cff for einops (#345)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.