Skip to content

Commit fca5edb

Browse files
committed
Bump langchain versions
1 parent d70f2d4 commit fca5edb

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
@@ -42,9 +42,9 @@ llama-index-multi-modal-llms-gemini = { git = "https://github.com/run-llama/llam
4242

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

45-
langchain = "0.2.5"
46-
langchain-core = "0.2.9"
47-
langchain-community = "0.2.5"
45+
langchain = "0.2.7"
46+
langchain-core = "0.2.12"
47+
langchain-community = "0.2.7"
4848
langchain-astradb = "0.3.3"
4949
langchain-openai = "0.1.8"
5050
langchain-google-genai = { version = "1.0.6" }

libs/langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ragstack-ai-colbert = { version = "1.0.5", optional = true }
1818
ragstack-ai-knowledge-store = { version = "0.1.0", optional = true }
1919

2020
# langchain
21-
langchain = "0.2.5"
22-
langchain-core = "0.2.9"
23-
langchain-community = "0.2.5"
21+
langchain = "0.2.7"
22+
langchain-core = "0.2.12"
23+
langchain-community = "0.2.7"
2424
langchain-astradb = "0.3.3"
2525
langchain-openai = "0.1.8"
2626
langchain-google-genai = { version = "1.0.6", optional = true }

0 commit comments

Comments
 (0)