Skip to content

Commit 697e474

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 afffe92 commit 697e474

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)
@@ -415,7 +416,7 @@ GEM
415416
concurrent-ruby (~> 1.0)
416417
unicode (0.4.4.5)
417418
unicode-display_width (2.5.0)
418-
unparser (0.6.13)
419+
unparser (0.6.15)
419420
diff-lcs (~> 1.3)
420421
parser (>= 3.3.0)
421422
uri (0.13.1)
@@ -431,7 +432,7 @@ GEM
431432
wikipedia-client (1.17.0)
432433
addressable (~> 2.7)
433434
yard (0.9.36)
434-
zeitwerk (2.6.15)
435+
zeitwerk (2.6.18)
435436

436437
PLATFORMS
437438
aarch64-linux
@@ -446,7 +447,7 @@ DEPENDENCIES
446447
ai21 (~> 0.2.1)
447448
anthropic (~> 0.3)
448449
aws-sdk-bedrockruntime (~> 1.1)
449-
chroma-db (~> 0.6.0)
450+
chroma-db (~> 0.8.1)
450451
cohere-ruby (~> 0.9.10)
451452
docx (~> 0.8.0)
452453
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)