Python: Bump chromadb from 0.5.3 to 0.5.4 in /python - #7276
Merged
Conversation
eavanvalkenburg
approved these changes
Jul 16, 2024
eavanvalkenburg
enabled auto-merge
July 16, 2024 19:48
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](chroma-core/chroma@0.5.3...0.5.4) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
eavanvalkenburg
force-pushed
the
dependabot/pip/python/chromadb-0.5.4
branch
from
July 16, 2024 19:48
0d78620 to
e41d022
Compare
moonbox3
approved these changes
Jul 18, 2024
LudoCorporateShark
pushed a commit
to LudoCorporateShark/semantic-kernel
that referenced
this pull request
Aug 25, 2024
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.3 to 0.5.4. <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.5.4</h2> <p>Version: <code>0.5.4</code> Git ref: <code>refs/tags/0.5.4</code> Build Date: <code>2024-07-11T02:31</code> PIP Package: <code>chroma-0.5.4.tar.gz</code> Github Container Registry Image: <code>ghcr.io/chroma-core/chroma:0.5.4</code> DockerHub Image: <code>chromadb/chroma:0.5.4</code></p> <h2>What's Changed</h2> <ul> <li>[ENH] Timeout log client by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2369">chroma-core/chroma#2369</a></li> <li>[ENH] Timeout for s3 storage by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2370">chroma-core/chroma#2370</a></li> <li>[ENH] Add timeout for sysdb client. Also add interceptor by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2371">chroma-core/chroma#2371</a></li> <li>[ENH] use httpx over requests by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2336">chroma-core/chroma#2336</a></li> <li>[BLD] Fix for JS package in GH by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2345">chroma-core/chroma#2345</a></li> <li>[ENH] Enable test_embeddings by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2376">chroma-core/chroma#2376</a></li> <li>[ENH] Emulate sqlite fts in brute force metadata filtering by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2366">chroma-core/chroma#2366</a></li> <li>[ENH] handle panics in query service by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2375">chroma-core/chroma#2375</a></li> <li>[BUG]: Fix cross version compatibility 0.5.0 or lower with 0.5.1+ by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2378">chroma-core/chroma#2378</a></li> <li>[DOC]: Fix a typo in comment section in chromadb/db/system.py by <a href="https://github.com/imaffe"><code>@imaffe</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2386">chroma-core/chroma#2386</a></li> <li>[ENH] 1965 Split up embedding functions by <a href="https://github.com/nablabits"><code>@nablabits</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2034">chroma-core/chroma#2034</a></li> <li>[ENH] Min compaction size by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2346">chroma-core/chroma#2346</a></li> <li>[ENH] add panics to tracing by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2382">chroma-core/chroma#2382</a></li> <li>[BLD] deploy preview of docs in PRs by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2391">chroma-core/chroma#2391</a></li> <li>[BLD] remove old artifacts from bleeding release by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2392">chroma-core/chroma#2392</a></li> <li>Revert "[ENH] 1965 Split up embedding functions" by <a href="https://github.com/atroyn"><code>@atroyn</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2394">chroma-core/chroma#2394</a></li> <li>[BUG] 1965 Split up embedding functions - Redux by <a href="https://github.com/atroyn"><code>@atroyn</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2395">chroma-core/chroma#2395</a></li> <li>[DOC] fix: add github link and update discord invite link by <a href="https://github.com/zacatac"><code>@zacatac</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2387">chroma-core/chroma#2387</a></li> <li>[BUG] debug proto not included in release by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2411">chroma-core/chroma#2411</a></li> <li>[BLD] slight speed up by caching built Rust dependencies by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2413">chroma-core/chroma#2413</a></li> <li>[ENH] openapi types for better codegen by <a href="https://github.com/jeffchuber"><code>@jeffchuber</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2416">chroma-core/chroma#2416</a></li> <li>[BLD] use Depot by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2414">chroma-core/chroma#2414</a></li> <li>[CLN] Remove test file by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2423">chroma-core/chroma#2423</a></li> <li>[TST] Property Test Generation Fixes by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2383">chroma-core/chroma#2383</a></li> <li>[PERF] Use binary search in positional posting list by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2424">chroma-core/chroma#2424</a></li> <li>[ENH] add image tags to db migration jobs by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2425">chroma-core/chroma#2425</a></li> <li>[ENH] Add sync point to test_filtering + fix issues by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2388">chroma-core/chroma#2388</a></li> <li>[ENH] clean up component channels by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2429">chroma-core/chroma#2429</a></li> <li>[ENH] Add collection repr by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2433">chroma-core/chroma#2433</a></li> <li>[BUG] Ensure arrow sizing is correct / 64 byte aligned by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2426">chroma-core/chroma#2426</a></li> <li>[PERF] Use orjson in client by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2434">chroma-core/chroma#2434</a></li> <li>[ENH] add (optional) request/reply semantics for component handlers by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2428">chroma-core/chroma#2428</a></li> <li>[ENH] Configurable block size by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2439">chroma-core/chroma#2439</a></li> <li>[ENH] Fix issues + add sync point to test embeddings by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2397">chroma-core/chroma#2397</a></li> <li>[BUG]: Compatibility for <code>included</code> for 0.5.0 and earlier by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2445">chroma-core/chroma#2445</a></li> <li>[ENH] Read from hnsw cache by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2443">chroma-core/chroma#2443</a></li> <li>[BUG] Log purge off by one by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2436">chroma-core/chroma#2436</a></li> <li>[BUG] fix consumable join handle panicking after clone by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2448">chroma-core/chroma#2448</a></li> <li>[ENH] S3 Retry by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2457">chroma-core/chroma#2457</a></li> <li>[ENH] Compaction error replies by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2456">chroma-core/chroma#2456</a></li> <li>[BUG] Allow hnswlinb to single record persist test by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2449">chroma-core/chroma#2449</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chroma-core/chroma/commit/8b546be5e0da72cb10382ed84347dfa3aad12c4f"><code>8b546be</code></a> [BUG][TST] Fix thin client package test (<a href="https://redirect.github.com/chroma-core/chroma/issues/2497">#2497</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/9c91fe4ef490adfb583332ca9c04f35b805b527c"><code>9c91fe4</code></a> [RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat. (<a href="https://redirect.github.com/chroma-core/chroma/issues/2496">#2496</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/27f7d1a764c31875b475607de758efe0cff3a2eb"><code>27f7d1a</code></a> [ENH] catch panics in task operators (<a href="https://redirect.github.com/chroma-core/chroma/issues/2450">#2450</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/5628c6d15570702f539b2e280eed22c82a1c63e0"><code>5628c6d</code></a> Revert "[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat."</li> <li><a href="https://github.com/chroma-core/chroma/commit/28a4fb440215ed62318f5952536758d0cb5c0b28"><code>28a4fb4</code></a> [RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat.</li> <li><a href="https://github.com/chroma-core/chroma/commit/5596dca7cde6e3e6c40634d4847921ba30f5a1c8"><code>5596dca</code></a> [CLN]: Replacing FastAPI HTTPException with custom ChromaAuthError in basic/t...</li> <li><a href="https://github.com/chroma-core/chroma/commit/27ba303fc93cdaf975c48cbc8ba13cf204fc0ecb"><code>27ba303</code></a> [CLN] LogRecord TypedDict attr name incorrect (<a href="https://redirect.github.com/chroma-core/chroma/issues/2486">#2486</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/b601a3bd50adeb37362c4552248b4a74951a5e4e"><code>b601a3b</code></a> [BUG] Fix add -> wait for compaction -> delete -> add case (<a href="https://redirect.github.com/chroma-core/chroma/issues/2474">#2474</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/8cd96ef1771511dceb20e636ff3c8683944db905"><code>8cd96ef</code></a> [CHORE] Add parent spans to new spans</li> <li><a href="https://github.com/chroma-core/chroma/commit/eb783ff4f98288c39236f579a87794cd58cda6f6"><code>eb783ff</code></a> [CHORE] Add tracing to blockfile gets (<a href="https://redirect.github.com/chroma-core/chroma/issues/2485">#2485</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chroma-core/chroma/compare/0.5.3...0.5.4">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps chromadb from 0.5.3 to 0.5.4.
Release notes
Sourced from chromadb's releases.
... (truncated)
Commits
8b546be[BUG][TST] Fix thin client package test (#2497)9c91fe4[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat. (#2496)27f7d1a[ENH] catch panics in task operators (#2450)5628c6dRevert "[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat."28a4fb4[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat.5596dca[CLN]: Replacing FastAPI HTTPException with custom ChromaAuthError in basic/t...27ba303[CLN] LogRecord TypedDict attr name incorrect (#2486)b601a3b[BUG] Fix add -> wait for compaction -> delete -> add case (#2474)8cd96ef[CHORE] Add parent spans to new spanseb783ff[CHORE] Add tracing to blockfile gets (#2485)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)