Skip to content

Commit

Permalink
0.17.1 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Oct 7, 2024
1 parent 8b10b5d commit f5af318
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]

## [0.17.1] - 2024-10-07
- Move Langchain::Assistant::LLM::Adapter-related classes to separate files
- Fix Langchain::Tool::Database#describe_table method

Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb (0.17.0)
langchainrb (0.17.1)
baran (~> 0.1.9)
json-schema (~> 4)
matrix
Expand Down Expand Up @@ -145,11 +145,13 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
event_stream_parser (1.0.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
Expand Down Expand Up @@ -201,6 +203,7 @@ GEM
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
llama_cpp (0.9.5)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -417,7 +420,7 @@ GEM
unparser (0.6.13)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (0.13.0)
uri (0.13.1)
vcr (6.2.0)
weaviate-ruby (0.9.2)
faraday (>= 2.0.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/langchain/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Langchain
VERSION = "0.17.0"
VERSION = "0.17.1"
end

0 comments on commit f5af318

Please sign in to comment.