Skip to content

Python: Bump chromadb from 0.5.3 to 0.5.4 in /python - #7276

Merged
eavanvalkenburg merged 2 commits into
mainfrom
dependabot/pip/python/chromadb-0.5.4
Jul 18, 2024
Merged

Python: Bump chromadb from 0.5.3 to 0.5.4 in /python#7276
eavanvalkenburg merged 2 commits into
mainfrom
dependabot/pip/python/chromadb-0.5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2024

Copy link
Copy Markdown
Contributor

Bumps chromadb from 0.5.3 to 0.5.4.

Release notes

Sourced from chromadb's releases.

0.5.4

Version: 0.5.4 Git ref: refs/tags/0.5.4 Build Date: 2024-07-11T02:31 PIP Package: chroma-0.5.4.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.4 DockerHub Image: chromadb/chroma:0.5.4

What's Changed

... (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)
  • 5628c6d Revert "[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 spans
  • eb783ff [CHORE] Add tracing to blockfile gets (#2485)
  • 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)

@dependabot
dependabot Bot requested a review from a team as a code owner July 15, 2024 22:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Jul 15, 2024
@github-actions github-actions Bot changed the title Bump chromadb from 0.5.3 to 0.5.4 in /python Python: Bump chromadb from 0.5.3 to 0.5.4 in /python Jul 15, 2024
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
eavanvalkenburg force-pushed the dependabot/pip/python/chromadb-0.5.4 branch from 0d78620 to e41d022 Compare July 16, 2024 19:48
@eavanvalkenburg
eavanvalkenburg added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit 496d31e Jul 18, 2024
@eavanvalkenburg
eavanvalkenburg deleted the dependabot/pip/python/chromadb-0.5.4 branch July 18, 2024 21:14
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 &quot;[ENH] 1965 Split up embedding functions&quot; 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 &quot;[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration
b/w compat.&quot;</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 -&gt; wait for compaction -&gt; delete -&gt; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromadb&package-manager=pip&previous-version=0.5.3&new-version=0.5.4)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants