Skip to content

Commit 30bc5fe

Browse files
[SECURITY] Update chroma-db requirement from ~> 0.6.0 to ~> 0.8.1
Updates the requirements on [chroma-db](https://github.com/mariochavez/chroma) to permit the latest version. - [Changelog](https://github.com/mariochavez/chroma/blob/main/CHANGELOG.md) - [Commits](mariochavez/chroma@v0.6.0...v0.8.1) --- updated-dependencies: - dependency-name: chroma-db dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f980820 commit 30bc5fe

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ GEM
6565
builder (3.2.4)
6666
byebug (11.1.3)
6767
childprocess (5.0.0)
68-
chroma-db (0.6.0)
68+
chroma-db (0.8.1)
6969
dry-monads (~> 1.6)
70-
ruby-next (>= 0.15.0)
70+
ruby-next (~> 1.0, >= 1.0.3)
71+
zeitwerk (~> 2.6.0)
7172
coderay (1.1.3)
7273
cohere-ruby (0.9.10)
7374
faraday (>= 2.0.1, < 3.0)
74-
concurrent-ruby (1.3.1)
75+
concurrent-ruby (1.3.4)
7576
connection_pool (2.4.1)
7677
crack (1.0.0)
7778
bigdecimal
@@ -255,7 +256,7 @@ GEM
255256
os (1.1.4)
256257
paco (0.2.3)
257258
parallel (1.25.1)
258-
parser (3.3.3.0)
259+
parser (3.3.5.0)
259260
ast (~> 2.4.1)
260261
racc
261262
pdf-reader (2.12.0)
@@ -287,7 +288,7 @@ GEM
287288
public_suffix (5.0.5)
288289
qdrant-ruby (0.9.8)
289290
faraday (>= 2.0.1, < 3)
290-
racc (1.8.0)
291+
racc (1.8.1)
291292
rack (3.0.11)
292293
rack-session (2.0.0)
293294
rack (>= 3.0.0)
@@ -417,7 +418,7 @@ GEM
417418
concurrent-ruby (~> 1.0)
418419
unicode (0.4.4.5)
419420
unicode-display_width (2.5.0)
420-
unparser (0.6.13)
421+
unparser (0.6.15)
421422
diff-lcs (~> 1.3)
422423
parser (>= 3.3.0)
423424
uri (0.13.1)
@@ -433,7 +434,7 @@ GEM
433434
wikipedia-client (1.17.0)
434435
addressable (~> 2.7)
435436
yard (0.9.36)
436-
zeitwerk (2.6.15)
437+
zeitwerk (2.6.18)
437438

438439
PLATFORMS
439440
aarch64-linux
@@ -448,7 +449,7 @@ DEPENDENCIES
448449
ai21 (~> 0.2.1)
449450
anthropic (~> 0.3)
450451
aws-sdk-bedrockruntime (~> 1.1)
451-
chroma-db (~> 0.6.0)
452+
chroma-db (~> 0.8.1)
452453
cohere-ruby (~> 0.9.10)
453454
docx (~> 0.8.0)
454455
dotenv-rails (~> 2.7.6)

langchain.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
4545
spec.add_development_dependency "ai21", "~> 0.2.1"
4646
spec.add_development_dependency "anthropic", "~> 0.3"
4747
spec.add_development_dependency "aws-sdk-bedrockruntime", "~> 1.1"
48-
spec.add_development_dependency "chroma-db", "~> 0.6.0"
48+
spec.add_development_dependency "chroma-db", "~> 0.8.1"
4949
spec.add_development_dependency "cohere-ruby", "~> 0.9.10"
5050
spec.add_development_dependency "docx", "~> 0.8.0"
5151
spec.add_development_dependency "elasticsearch", "~> 8.2.0"

0 commit comments

Comments
 (0)