Skip to content

Commit

Permalink
Update langchainrb requirement from ~> 0.7.0 to >= 0.7, < 0.9 (#23)
Browse files Browse the repository at this point in the history
Updates the requirements on [langchainrb](https://github.com/andreibondarev/langchainrb) to permit the latest version.
- [Release notes](https://github.com/andreibondarev/langchainrb/releases)
- [Changelog](https://github.com/andreibondarev/langchainrb/blob/main/CHANGELOG.md)
- [Commits](patterns-ai-core/langchainrb@0.7.5...0.8.0)

---
updated-dependencies:
- dependency-name: langchainrb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent c8e279a commit 433f1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
langchainrb_rails (0.1.5)
langchainrb (~> 0.7.0)
langchainrb (>= 0.7, < 0.9)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
json (2.6.3)
json-schema (4.0.0)
addressable (>= 2.8)
langchainrb (0.7.5)
langchainrb (0.8.0)
baran (~> 0.1.9)
colorize (~> 0.8.1)
json-schema (~> 4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion langchainrb_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "langchainrb", "~> 0.7.0"
spec.add_dependency "langchainrb", ">= 0.7", "< 0.9"

spec.add_development_dependency "pry-byebug", "~> 3.10.0"
spec.add_development_dependency "yard", "~> 0.9.34"
Expand Down

0 comments on commit 433f1ac

Please sign in to comment.