File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
+
3
+ ## [ 0.17.1] - 2024-10-07
2
4
- Move Langchain::Assistant::LLM::Adapter-related classes to separate files
3
5
- Fix Langchain::Tool::Database#describe_table method
4
6
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- langchainrb (0.17.0 )
4
+ langchainrb (0.17.1 )
5
5
baran (~> 0.1.9 )
6
6
json-schema (~> 4 )
7
7
matrix
@@ -145,11 +145,13 @@ GEM
145
145
ethon (0.16.0 )
146
146
ffi (>= 1.15.0 )
147
147
event_stream_parser (1.0.0 )
148
- faraday (2.9.0 )
149
- faraday-net_http (>= 2.0 , < 3.2 )
148
+ faraday (2.12.0 )
149
+ faraday-net_http (>= 2.0 , < 3.4 )
150
+ json
151
+ logger
150
152
faraday-multipart (1.0.4 )
151
153
multipart-post (~> 2 )
152
- faraday-net_http (3.1 .0 )
154
+ faraday-net_http (3.3 .0 )
153
155
net-http
154
156
faraday-retry (2.2.1 )
155
157
faraday (~> 2.0 )
201
203
language_server-protocol (3.17.0.3 )
202
204
lint_roller (1.1.0 )
203
205
llama_cpp (0.9.5 )
206
+ logger (1.6.1 )
204
207
loofah (2.22.0 )
205
208
crass (~> 1.0.2 )
206
209
nokogiri (>= 1.12.0 )
417
420
unparser (0.6.13 )
418
421
diff-lcs (~> 1.3 )
419
422
parser (>= 3.3.0 )
420
- uri (0.13.0 )
423
+ uri (0.13.1 )
421
424
vcr (6.2.0 )
422
425
weaviate-ruby (0.9.2 )
423
426
faraday (>= 2.0.1 , < 3.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Langchain
4
- VERSION = "0.17.0 "
4
+ VERSION = "0.17.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments