Skip to content

Commit a704e1a

Browse files
authored
Bump LangChain version to 0.1.17 (#403)
1 parent a8faa9c commit a704e1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/e2e-tests/pyproject.llamaindex.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ llama-index-multi-modal-llms-gemini = { git = "https://github.com/run-llama/llam
4040

4141
llama-parse = { git = "https://github.com/run-llama/llama_parse.git", branch = "main" }
4242

43-
langchain = "0.1.16"
44-
langchain-core = "0.1.45"
45-
langchain-community = "0.0.34"
43+
langchain = "0.1.17"
44+
langchain-core = "0.1.48"
45+
langchain-community = "0.0.36"
4646
langchain-astradb = "0.2.0"
4747
langchain-openai = "0.1.3"
4848
langchain-google-genai = "0.0.11"

libs/langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ unstructured = "0.12.5"
1717
ragstack-ai-colbert = "1.0.1"
1818

1919
# langchain
20-
langchain = "0.1.16"
21-
langchain-core = "0.1.45"
22-
langchain-community = "0.0.34"
20+
langchain = "0.1.17"
21+
langchain-core = "0.1.48"
22+
langchain-community = "0.0.36"
2323
langchain-astradb = "0.2.0"
2424
langchain-openai = "0.1.3"
2525
langchain-google-genai = { version = "0.0.11", optional = true }

0 commit comments

Comments
 (0)