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 11## [ Unreleased]  
2+ 
3+ ## [ 0.17.1]  - 2024-10-07 
24-  Move Langchain::Assistant::LLM::Adapter-related classes to separate files
35-  Fix Langchain::Tool::Database#describe_table method
46
Original file line number Diff line number Diff line change 11PATH 
22  remote:  . 
33  specs: 
4-     langchainrb  (0.17.0  )
4+     langchainrb  (0.17.1  )
55      baran  (~>  0.1.9 )
66      json-schema  (~>  4 )
77      matrix 
@@ -145,11 +145,13 @@ GEM
145145    ethon  (0.16.0 )
146146      ffi  (>=  1.15.0 )
147147    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 
150152    faraday-multipart  (1.0.4 )
151153      multipart-post  (~>  2 )
152-     faraday-net_http  (3.1 .0 )
154+     faraday-net_http  (3.3 .0 )
153155      net-http 
154156    faraday-retry  (2.2.1 )
155157      faraday  (~>  2.0 )
201203    language_server-protocol  (3.17.0.3 )
202204    lint_roller  (1.1.0 )
203205    llama_cpp  (0.9.5 )
206+     logger  (1.6.1 )
204207    loofah  (2.22.0 )
205208      crass  (~>  1.0.2 )
206209      nokogiri  (>=  1.12.0 )
417420    unparser  (0.6.13 )
418421      diff-lcs  (~>  1.3 )
419422      parser  (>=  3.3.0 )
420-     uri  (0.13.0  )
423+     uri  (0.13.1  )
421424    vcr  (6.2.0 )
422425    weaviate-ruby  (0.9.2 )
423426      faraday  (>=  2.0.1 , <  3.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true 
22
33module  Langchain 
4-   VERSION  =  "0.17.0 " 
4+   VERSION  =  "0.17.1 " 
55end 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments