File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ astrapy = "~0.6.2"
15
15
cassio = " ~0.1.3"
16
16
unstructured = " ^0.10"
17
17
llama-index = { version = " 0.9.14" , extras = [" langchain" ] }
18
- langchain = { version = " 0.0.343 " , extras = [" openai" ] }
19
- langchain-core = " 0.0.8 "
18
+ langchain = { version = " 0.0.349 " , extras = [" openai" ] }
19
+ langchain-core = " 0.0.13 "
20
20
21
21
[tool .poetry .group .test .dependencies ]
22
22
pytest = " *"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ beautifulsoup4 = "^4"
21
21
22
22
llama-index = { git = " https://github.com/run-llama/llama_index.git" , branch = " main" }
23
23
24
- langchain = { version = " 0.0.343 " , extras = [" openai" ] }
25
- langchain-core = " 0.0.8 "
24
+ langchain = { version = " 0.0.349 " , extras = [" openai" ] }
25
+ langchain-core = " 0.0.13 "
26
26
astrapy = " ^0.6"
27
27
cassio = " ^0.1"
28
28
You can’t perform that action at this time.
0 commit comments