Skip to content

Commit

Permalink
[SECURITY] Update chroma-db requirement from ~> 0.6.0 to ~> 0.8.2
Browse files Browse the repository at this point in the history
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.2)

---
updated-dependencies:
- dependency-name: chroma-db
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9bbd609 commit 004c601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ GEM
builder (3.3.0)
byebug (11.1.3)
childprocess (5.0.0)
chroma-db (0.6.0)
chroma-db (0.8.2)
dry-monads (~> 1.6)
ruby-next (>= 0.15.0)
ruby-next (~> 1.0, >= 1.0.3)
zeitwerk (~> 2.6.0)
coderay (1.1.3)
cohere-ruby (0.9.10)
faraday (>= 2.0.1, < 3.0)
Expand All @@ -94,8 +95,9 @@ GEM
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
dry-core (1.0.2)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
Expand Down Expand Up @@ -258,7 +260,7 @@ GEM
os (1.1.4)
paco (0.2.3)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pdf-reader (2.12.0)
Expand Down Expand Up @@ -420,7 +422,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode (0.4.4.5)
unicode-display_width (2.5.0)
unparser (0.6.13)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (0.13.1)
Expand Down Expand Up @@ -451,7 +453,7 @@ DEPENDENCIES
ai21 (~> 0.2.1)
anthropic (~> 0.3)
aws-sdk-bedrockruntime (~> 1.1)
chroma-db (~> 0.6.0)
chroma-db (~> 0.8.2)
cohere-ruby (~> 0.9.10)
docx (~> 0.8.0)
dotenv-rails (~> 3.1.6)
Expand Down
2 changes: 1 addition & 1 deletion langchain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "ai21", "~> 0.2.1"
spec.add_development_dependency "anthropic", "~> 0.3"
spec.add_development_dependency "aws-sdk-bedrockruntime", "~> 1.1"
spec.add_development_dependency "chroma-db", "~> 0.6.0"
spec.add_development_dependency "chroma-db", "~> 0.8.2"
spec.add_development_dependency "cohere-ruby", "~> 0.9.10"
spec.add_development_dependency "docx", "~> 0.8.0"
spec.add_development_dependency "elasticsearch", "~> 8.2.0"
Expand Down

0 comments on commit 004c601

Please sign in to comment.