Skip to content

Commit fb1b583

Browse files
[SECURITY] Update hnswlib requirement from ~> 0.8.1 to ~> 0.9.0
Updates the requirements on [hnswlib](https://github.com/yoshoku/hnswlib.rb) to permit the latest version. - [Changelog](https://github.com/yoshoku/hnswlib.rb/blob/main/CHANGELOG.md) - [Commits](yoshoku/hnswlib.rb@v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: hnswlib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1603b91 commit fb1b583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
graphql (>= 1.13.0)
190190
hashdiff (1.1.0)
191191
hashery (2.1.2)
192-
hnswlib (0.8.1)
192+
hnswlib (0.9.0)
193193
httparty (0.21.0)
194194
mini_mime (>= 1.0.0)
195195
multi_xml (>= 0.5.2)
@@ -467,7 +467,7 @@ DEPENDENCIES
467467
faraday
468468
google_search_results (~> 2.0.0)
469469
googleauth
470-
hnswlib (~> 0.8.1)
470+
hnswlib (~> 0.9.0)
471471
hugging-face (~> 0.3.4)
472472
langchainrb!
473473
llama_cpp (~> 0.9.4)

langchain.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
5555
spec.add_development_dependency "faraday"
5656
spec.add_development_dependency "googleauth"
5757
spec.add_development_dependency "google_search_results", "~> 2.0.0"
58-
spec.add_development_dependency "hnswlib", "~> 0.8.1"
58+
spec.add_development_dependency "hnswlib", "~> 0.9.0"
5959
spec.add_development_dependency "hugging-face", "~> 0.3.4"
6060
spec.add_development_dependency "milvus", "~> 0.10.3"
6161
spec.add_development_dependency "llama_cpp", "~> 0.9.4"

0 commit comments

Comments
 (0)