File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 langchainrb (0.19.4 )
55 baran (~> 0.1.9 )
66 csv
7- json-schema (~> 4 )
7+ json-schema (>= 4 , < 6 )
88 matrix
99 pragmatic_segmenter (~> 0.3.0 )
1010 zeitwerk (~> 2.5 )
204204 reline (>= 0.4.2 )
205205 jmespath (1.6.2 )
206206 json (2.9.1 )
207- json-schema (4.3.0 )
208- addressable (>= 2.8 )
207+ json-schema (5.1.1 )
208+ addressable (~> 2.8 )
209+ bigdecimal (~> 3.1 )
209210 jwt (2.10.1 )
210211 base64
211212 language_server-protocol (3.17.0.3 )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929 # Not sure if we should require this as it only applies to OpenAI usecase.
3030 spec . add_dependency "baran" , "~> 0.1.9"
3131 spec . add_dependency "csv"
32- spec . add_dependency "json-schema" , "~> 4 "
32+ spec . add_dependency "json-schema" , ">= 4" , "< 6 "
3333 spec . add_dependency "zeitwerk" , "~> 2.5"
3434 spec . add_dependency "pragmatic_segmenter" , "~> 0.3.0"
3535 spec . add_dependency "matrix"
You can’t perform that action at this time.
0 commit comments