Skip to content

Commit 628bb61

Browse files
authored
Upgrade LangChain to 0.0.349 (#130)
1 parent f0e3d14 commit 628bb61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ astrapy = "~0.6.2"
1515
cassio = "~0.1.3"
1616
unstructured = "^0.10"
1717
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"
2020

2121
[tool.poetry.group.test.dependencies]
2222
pytest = "*"

ragstack-e2e-tests/pyproject.llamaindex.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ beautifulsoup4 = "^4"
2121

2222
llama-index = { git = "https://github.com/run-llama/llama_index.git", branch = "main" }
2323

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"
2626
astrapy = "^0.6"
2727
cassio = "^0.1"
2828

0 commit comments

Comments
 (0)