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/12532
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/7/2025
**Status:** ✅ Merged
**Merged:** 4/7/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/chromadb-0.6.3`
---
### 📝 Commits (1)
- [`9e8b7ac`](https://github.com/open-webui/open-webui/commit/9e8b7ac61119d8d048ae03b2b7501b96a98e5085) build(deps): bump chromadb from 0.6.2 to 0.6.3 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.6.2 to 0.6.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/chroma-core/chroma/releases">chromadb's releases</a>.</em></p>
<blockquote>
<h2>0.6.3</h2>
<p>Version: <code>0.6.3</code>
Git ref: <code>refs/tags/0.6.3</code>
Build Date: <code>2025-01-14T22:21</code>
PIP Package: <code>chroma-0.6.3.tar.gz</code>
Github Container Registry Image: <code>ghcr.io/chroma-core/chroma:0.6.3</code>
DockerHub Image: <code>chromadb/chroma:0.6.3</code></p>
<h2>What's Changed</h2>
<ul>
<li>[DOC] Update broken blog link by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3423">chroma-core/chroma#3423</a></li>
<li>[BUG] Fix HNSW resize conditions to exclude deleted items by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3424">chroma-core/chroma#3424</a></li>
<li>[BLD] Update Golang README and Makefile for generating protobuf dependencies by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3344">chroma-core/chroma#3344</a></li>
<li>[RELEASE] JS-Client 10.1.2 by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3425">chroma-core/chroma#3425</a></li>
<li>[BLD]: fix apply-hotfix workflow by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3428">chroma-core/chroma#3428</a></li>
<li>[ENH]: remove Helm chart copy workflow by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3430">chroma-core/chroma#3430</a></li>
<li>[BLD] Add link to hotfix PR in action summary by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3433">chroma-core/chroma#3433</a></li>
<li>[BUG] Use len_with_deleted instead of len by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3431">chroma-core/chroma#3431</a></li>
<li>[BLD] Fix reference to html url by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3435">chroma-core/chroma#3435</a></li>
<li>[Bug]: fix(vacuum): correctly state that vacuum was released in 0.5.6 not 0.6 (fixes <a href="https://redirect.github.com/chroma-core/chroma/issues/2956">#2956</a>) by <a href="https://github.com/Benzhaomin"><code>@Benzhaomin</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2964">chroma-core/chroma#2964</a></li>
<li>[BUG] Update Cohere embedding function to agree with new API by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3438">chroma-core/chroma#3438</a></li>
<li>[ENH] Update <code>ef_search</code> default value to 100 by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3436">chroma-core/chroma#3436</a></li>
<li>[BUG] Make memberlist use ips for routing by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3405">chroma-core/chroma#3405</a></li>
<li>[BUG] <code>UniqueConstraintError</code> not included as a <code>ChromaError</code> by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3439">chroma-core/chroma#3439</a></li>
<li>[BUG] Try bumping opentelemetry reqs for Python. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3441">chroma-core/chroma#3441</a></li>
<li>[BUG] Support all iterables in toArrayOfArrays by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3442">chroma-core/chroma#3442</a></li>
<li>[BUG]: fix bad OpenAPI generation by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3445">chroma-core/chroma#3445</a></li>
<li>[BLD] Make artifact names unique for the job being run by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3444">chroma-core/chroma#3444</a></li>
<li>[ENH] Add flags to the go binary for concurrency and stream processing. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3449">chroma-core/chroma#3449</a></li>
<li>[ENH] Setup GC tool and service by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3451">chroma-core/chroma#3451</a></li>
<li>[CHORE] Update to Rust 1.84. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3459">chroma-core/chroma#3459</a></li>
<li>[CHORE] Do not log hnsw provider twice. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3458">chroma-core/chroma#3458</a></li>
<li>[ENH] Move system and task into its own crate by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3464">chroma-core/chroma#3464</a></li>
<li>[ENH]: add API to list all databases for tenant by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3432">chroma-core/chroma#3432</a></li>
<li>[ENH]: fix Go Dockerfile build time regression by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3461">chroma-core/chroma#3461</a></li>
<li>[DOC] Expand HNSW params section by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3447">chroma-core/chroma#3447</a></li>
<li>[ENH] Proto defs for collection version file. <a href="https://redirect.github.com/chroma-core/chroma/issues/950">#950</a> by <a href="https://github.com/rohitcpbot"><code>@rohitcpbot</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3453">chroma-core/chroma#3453</a></li>
<li>[DOC] Point cloud section to new signup form by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3448">chroma-core/chroma#3448</a></li>
<li>[ENH]: add distributed impl for ListDatabases by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3440">chroma-core/chroma#3440</a></li>
<li>Fix minor typo gcp.md by <a href="https://github.com/eculver"><code>@eculver</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3470">chroma-core/chroma#3470</a></li>
<li>[ENH] Config to disable compactor on collections by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3469">chroma-core/chroma#3469</a></li>
<li>[BUG] Fix hnsw malloc of 0 bytes by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3479">chroma-core/chroma#3479</a></li>
<li>[ENH]: add method to delete database (single-node) by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3457">chroma-core/chroma#3457</a></li>
<li>[ENH] add distributed implementation for database deletion by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3460">chroma-core/chroma#3460</a></li>
<li>[DOC] Fix typos by <a href="https://github.com/omahs"><code>@omahs</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3419">chroma-core/chroma#3419</a></li>
<li>[DOC]: Fix discord invite links by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3467">chroma-core/chroma#3467</a></li>
<li>[BUG] Make auth requests in async context async. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3477">chroma-core/chroma#3477</a></li>
<li>[ENH] Add a simple rate limiter for async. by <a href="https://github.com/rescrv"><code>@rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3476">chroma-core/chroma#3476</a></li>
<li>[RELEASE] 0.6.3 by <a href="https://github.com/itaismith"><code>@itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/3485">chroma-core/chroma#3485</a></li>
</ul>
<h2>New Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/chroma-core/chroma/commit/a3b86a0302a385350a8f092a5f89a2dcdebcf6be"><code>a3b86a0</code></a> [RELEASE] 0.6.3 (<a href="https://redirect.github.com/chroma-core/chroma/issues/3485">#3485</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/82f769cb150e1e2ef4a274b5fda13cae428c983a"><code>82f769c</code></a> [ENH] Add a simple rate limiter for async. (<a href="https://redirect.github.com/chroma-core/chroma/issues/3476">#3476</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/1828a9ce1a3dd637a752de0aaff305af77f08d87"><code>1828a9c</code></a> [BUG] Make auth requests in async context async. (<a href="https://redirect.github.com/chroma-core/chroma/issues/3477">#3477</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/66e8b30eb836b8789cff419d9f63c3b7efb8d31a"><code>66e8b30</code></a> [DOC]: Fix discord invite links (<a href="https://redirect.github.com/chroma-core/chroma/issues/3467">#3467</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/5808d7e7f6a2c203680fec0f7f5a7d373cdf59b2"><code>5808d7e</code></a> [DOC] Fix typos (<a href="https://redirect.github.com/chroma-core/chroma/issues/3419">#3419</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/9ee24fdf014651f4ac8d5b0a96c1b184719212de"><code>9ee24fd</code></a> [ENH] add distributed implementation for database deletion (<a href="https://redirect.github.com/chroma-core/chroma/issues/3460">#3460</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/31058232bbcb87f835ba36eb9b73cf2dd1bef709"><code>3105823</code></a> [ENH]: add method to delete database (single-node) (<a href="https://redirect.github.com/chroma-core/chroma/issues/3457">#3457</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/cf95ad92137bd6d951aa56fda5d7ee40a1861d6e"><code>cf95ad9</code></a> [BUG] Fix hnsw malloc of 0 bytes (<a href="https://redirect.github.com/chroma-core/chroma/issues/3479">#3479</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/a632f2b6cfcc04ca6cae1d0e0e169e1e5ce631c9"><code>a632f2b</code></a> [ENH] Config to disable compactor on collections (<a href="https://redirect.github.com/chroma-core/chroma/issues/3469">#3469</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/d6c8f20f4f5b6ca31757d14deeb7d04ec59bb121"><code>d6c8f20</code></a> Fix minor typo gcp.md (<a href="https://redirect.github.com/chroma-core/chroma/issues/3470">#3470</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/chroma-core/chroma/compare/0.6.2...0.6.3">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/12532
Author: @dependabot[bot]
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/chromadb-0.6.3📝 Commits (1)
9e8b7acbuild(deps): bump chromadb from 0.6.2 to 0.6.3 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps chromadb from 0.6.2 to 0.6.3.
Release notes
Sourced from chromadb's releases.
... (truncated)
Commits
a3b86a0[RELEASE] 0.6.3 (#3485)82f769c[ENH] Add a simple rate limiter for async. (#3476)1828a9c[BUG] Make auth requests in async context async. (#3477)66e8b30[DOC]: Fix discord invite links (#3467)5808d7e[DOC] Fix typos (#3419)9ee24fd[ENH] add distributed implementation for database deletion (#3460)3105823[ENH]: add method to delete database (single-node) (#3457)cf95ad9[BUG] Fix hnsw malloc of 0 bytes (#3479)a632f2b[ENH] Config to disable compactor on collections (#3469)d6c8f20Fix minor typo gcp.md (#3470)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.