[PR #17948] [MERGED] build(deps): bump chromadb from 1.0.20 to 1.1.0 in /backend #24616

Closed
opened 2026-04-20 05:29:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17948
Author: @dependabot[bot]
Created: 10/1/2025
Status: Merged
Merged: 10/1/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/chromadb-1.1.0


📝 Commits (1)

  • 242bcc8 build(deps): bump chromadb from 1.0.20 to 1.1.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps chromadb from 1.0.20 to 1.1.0.

Release notes

Sourced from chromadb's releases.

1.1.0

Version: 1.1.0 Git ref: refs/tags/1.1.0 Build Date: 2025-09-16T21:23 PIP Package: chroma-1.1.0.tar.gz Github Container Registry Image: :1.1.0 DockerHub Image: :1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/chroma-core/chroma/compare/1.0.21...1.1.0

... (truncated)

Commits
  • 0bd2f46 [RELEASE] Python 1.1.0, CLI 1.1.10, JS 3.0.16 (#5484)
  • 4299e64 [CLN] Remove the go log service code and Docker. (#5448)
  • 85c139d [CHORE] Log a metric to track when the log needs to purge dirty. (#5482)
  • 07466d2 [DOC] - Adds typescript basics video (#5481)
  • 664a3b2 [CLN] Remove forked code path for pull logs. (#5460)
  • 2f12f3d [BUG] Perform read-repair on collections that get written to but have a cras...
  • 204379b [CHORE] Remove unneeded assigned_node method (#5479)
  • 702afa5 [ENH] add query config on collection configuration, splade, and bm25 efs (#4901)
  • ecf954c [CHORE] Remove from k8s anything relating to go logservice. (#5441)
  • 56d3b39 [ENH] Add a ready variant of the uncompacted records metric. (#5480)
  • Additional commits viewable in compare view

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/17948 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/chromadb-1.1.0` --- ### 📝 Commits (1) - [`242bcc8`](https://github.com/open-webui/open-webui/commit/242bcc8643889e95747120093f1545955b6da9e1) build(deps): bump chromadb from 1.0.20 to 1.1.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [chromadb](https://github.com/chroma-core/chroma) from 1.0.20 to 1.1.0. <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>1.1.0</h2> <p>Version: <code>1.1.0</code> Git ref: <code>refs/tags/1.1.0</code> Build Date: <code>2025-09-16T21:23</code> PIP Package: <code>chroma-1.1.0.tar.gz</code> Github Container Registry Image: <code>:1.1.0</code> DockerHub Image: <code>:1.1.0</code></p> <h2>What's Changed</h2> <ul> <li>[ENH]: fix high cardinality compaction metrics by <a href="https://github.com/codetheweb"><code>@​codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5461">chroma-core/chroma#5461</a></li> <li>[ENH] A control interface for GC. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5218">chroma-core/chroma#5218</a></li> <li>[CHORE] remove tilt_config.yaml by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5440">chroma-core/chroma#5440</a></li> <li>[CHORE] Bump min stack size because it encounters stack overflow otherwise (rare) by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5463">chroma-core/chroma#5463</a></li> <li>[RELEASE] JS 3.0.15 by <a href="https://github.com/itaismith"><code>@​itaismith</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5464">chroma-core/chroma#5464</a></li> <li>[BUG] Remove <code>rc/**-**-**</code> branch trigger-deploy workflow by <a href="https://github.com/jasonvigil"><code>@​jasonvigil</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5465">chroma-core/chroma#5465</a></li> <li>[CHORE] [REVERT]: mark search API not implemented by <a href="https://github.com/codetheweb"><code>@​codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5466">chroma-core/chroma#5466</a></li> <li>[ENH] Make rank expr operational in search api by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5429">chroma-core/chroma#5429</a></li> <li>[ENH] Implement idf modifier for BM25 index by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5442">chroma-core/chroma#5442</a></li> <li>[TST] Extend property test for seach endpoint by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5443">chroma-core/chroma#5443</a></li> <li>[CHORE] Box all large futures. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5467">chroma-core/chroma#5467</a></li> <li>[DOC] add warp documentation for mcp server by <a href="https://github.com/c-gamble"><code>@​c-gamble</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5468">chroma-core/chroma#5468</a></li> <li>[ENH] Improve metrics for S3. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5459">chroma-core/chroma#5459</a></li> <li>[ENH] Search API cleanup by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5451">chroma-core/chroma#5451</a></li> <li>[ENH] Update to use new deploy workflow inputs by <a href="https://github.com/jasonvigil"><code>@​jasonvigil</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5471">chroma-core/chroma#5471</a></li> <li>[ENH] Add new methods to ClientManager by <a href="https://github.com/davedash"><code>@​davedash</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5444">chroma-core/chroma#5444</a></li> <li>[ENH] Validate metadata and sparse vector by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5469">chroma-core/chroma#5469</a></li> <li>[ENH] Quota search api by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5470">chroma-core/chroma#5470</a></li> <li>[ENH] Support id filter in where clause by <a href="https://github.com/Sicheng-Pan"><code>@​Sicheng-Pan</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5472">chroma-core/chroma#5472</a></li> <li>[DOC] Add overview to intro and tweak one sentence by <a href="https://github.com/jean-philippe-martin"><code>@​jean-philippe-martin</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/4967">chroma-core/chroma#4967</a></li> <li>[ENH] ScoutLogs issues a HEAD if possible. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5376">chroma-core/chroma#5376</a></li> <li>[ENH] increase cloud quotas in docs + defaults by <a href="https://github.com/philipithomas"><code>@​philipithomas</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5477">chroma-core/chroma#5477</a></li> <li>Chroma &lt;&gt; mem0 by <a href="https://github.com/parshvadaftari"><code>@​parshvadaftari</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5425">chroma-core/chroma#5425</a></li> <li>[ENH] Add a <code>ready</code> variant of the uncompacted records metric. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5480">chroma-core/chroma#5480</a></li> <li>[CHORE] Remove from k8s anything relating to go logservice. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5441">chroma-core/chroma#5441</a></li> <li>[ENH] add query config on collection configuration, splade, and bm25 efs by <a href="https://github.com/jairad26"><code>@​jairad26</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/4901">chroma-core/chroma#4901</a></li> <li>[CHORE] Remove unneeded assigned_node method by <a href="https://github.com/davedash"><code>@​davedash</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5479">chroma-core/chroma#5479</a></li> <li>[BUG] Perform read-repair on collections that get written to but have a crash before manifest write. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5476">chroma-core/chroma#5476</a></li> <li>[CLN] Remove forked code path for pull logs. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5460">chroma-core/chroma#5460</a></li> <li>[DOC] - Adds typescript basics video by <a href="https://github.com/tjkrusinskichroma"><code>@​tjkrusinskichroma</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5481">chroma-core/chroma#5481</a></li> <li>[CHORE] Log a metric to track when the log needs to purge dirty. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5482">chroma-core/chroma#5482</a></li> <li>[CLN] Remove the go log service code and Docker. by <a href="https://github.com/rescrv"><code>@​rescrv</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5448">chroma-core/chroma#5448</a></li> <li>[RELEASE] Python 1.1.0, CLI 1.1.10, JS 3.0.16 by <a href="https://github.com/jairad26"><code>@​jairad26</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/5484">chroma-core/chroma#5484</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davedash"><code>@​davedash</code></a> made their first contribution in <a href="https://redirect.github.com/chroma-core/chroma/pull/5444">chroma-core/chroma#5444</a></li> <li><a href="https://github.com/jean-philippe-martin"><code>@​jean-philippe-martin</code></a> made their first contribution in <a href="https://redirect.github.com/chroma-core/chroma/pull/4967">chroma-core/chroma#4967</a></li> <li><a href="https://github.com/parshvadaftari"><code>@​parshvadaftari</code></a> made their first contribution in <a href="https://redirect.github.com/chroma-core/chroma/pull/5425">chroma-core/chroma#5425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chroma-core/chroma/compare/1.0.21...1.1.0">https://github.com/chroma-core/chroma/compare/1.0.21...1.1.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chroma-core/chroma/commit/0bd2f46997ab6b9cd166c5ec3b9ea91fcb9c7b2b"><code>0bd2f46</code></a> [RELEASE] Python 1.1.0, CLI 1.1.10, JS 3.0.16 (<a href="https://redirect.github.com/chroma-core/chroma/issues/5484">#5484</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/4299e646a0cacf5749a12645cf79b015d42c4acf"><code>4299e64</code></a> [CLN] Remove the go log service code and Docker. (<a href="https://redirect.github.com/chroma-core/chroma/issues/5448">#5448</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/85c139d33bc5004771f86f33412bada014fb07ef"><code>85c139d</code></a> [CHORE] Log a metric to track when the log needs to purge dirty. (<a href="https://redirect.github.com/chroma-core/chroma/issues/5482">#5482</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/07466d2ec8419f3c08d698a724f72e81a4f9be54"><code>07466d2</code></a> [DOC] - Adds typescript basics video (<a href="https://redirect.github.com/chroma-core/chroma/issues/5481">#5481</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/664a3b20542054a4df5585751eb4c93d42d32d70"><code>664a3b2</code></a> [CLN] Remove forked code path for pull logs. (<a href="https://redirect.github.com/chroma-core/chroma/issues/5460">#5460</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/2f12f3d460055402966ffe4df3e0d355dfbd32b9"><code>2f12f3d</code></a> [BUG] Perform read-repair on collections that get written to but have a cras...</li> <li><a href="https://github.com/chroma-core/chroma/commit/204379bb602a3468bdcc380609ca66d3cbafc89e"><code>204379b</code></a> [CHORE] Remove unneeded assigned_node method (<a href="https://redirect.github.com/chroma-core/chroma/issues/5479">#5479</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/702afa5b3f3521b88339bcb0ca7e4044582ccf09"><code>702afa5</code></a> [ENH] add query config on collection configuration, splade, and bm25 efs (<a href="https://redirect.github.com/chroma-core/chroma/issues/4901">#4901</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/ecf954c1a7ab47c1b377c1639ea0be5b220e50d9"><code>ecf954c</code></a> [CHORE] Remove from k8s anything relating to go logservice. (<a href="https://redirect.github.com/chroma-core/chroma/issues/5441">#5441</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/56d3b3960c2a353f7e80ee0e0ae320cef6acb63c"><code>56d3b39</code></a> [ENH] Add a <code>ready</code> variant of the uncompacted records metric. (<a href="https://redirect.github.com/chroma-core/chroma/issues/5480">#5480</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chroma-core/chroma/compare/1.0.20...1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromadb&package-manager=pip&previous-version=1.0.20&new-version=1.1.0)](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-04-20 05:29:52 -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#24616