Skip to content

Commit 7b2bf64

Browse files
committed
Bump langchain versions
1 parent d9d878e commit 7b2bf64

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

libs/e2e-tests/pyproject.llamaindex.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ llama-index-multi-modal-llms-gemini = { git = "https://github.com/run-llama/llam
4444

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

47-
langchain = "0.2.3"
48-
langchain-core = "0.2.5"
49-
langchain-community = "0.2.4"
47+
langchain = "0.2.5"
48+
langchain-core = "0.2.9"
49+
langchain-community = "0.2.5"
5050
langchain-astradb = "0.3.3"
5151
langchain-openai = "0.1.8"
5252
langchain-google-genai = { version = "1.0.6" }

libs/e2e-tests/pyproject.ragstack-ai.toml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ langchainhub = "^0.1.15"
2525
# nemoguardrails = "^0.8.0"
2626
nemoguardrails = { git = "https://github.com/NVIDIA/NeMo-Guardrails.git", branch = "develop" }
2727

28-
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
29-
tenacity = ">=8.1.0,!=8.4.0"
30-
3128
# From LangChain optional deps, needed by WebBaseLoader
3229
beautifulsoup4 = "^4"
3330

libs/langchain/pyproject.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@ ragstack-ai-colbert = { version = "1.0.5", optional = true }
1818
ragstack-ai-knowledge-store = { version = "0.0.5", optional = true }
1919

2020
# langchain
21-
langchain = "0.2.3"
22-
langchain-core = "0.2.5"
23-
langchain-community = "0.2.4"
21+
langchain = "0.2.5"
22+
langchain-core = "0.2.9"
23+
langchain-community = "0.2.5"
2424
langchain-astradb = "0.3.3"
2525
langchain-openai = "0.1.8"
2626
langchain-google-genai = { version = "1.0.6", optional = true }
2727
langchain-google-vertexai = { version = "1.0.5", optional = true }
2828
langchain-nvidia-ai-endpoints = { version = "0.1.1", optional = true }
2929

30-
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
31-
tenacity = ">=8.1.0,!=8.4.0"
32-
3330
[tool.poetry.extras]
3431
colbert = ["ragstack-ai-colbert"]
3532
knowledge-store = ["ragstack-ai-knowledge-store"]

0 commit comments

Comments
 (0)