Skip to content

Commit 4a6890a

Browse files
authored
chore(langchain_v1): uncomment some optional deps (#33244)
remaining: - azure-ai - cohere - huggingface - community
1 parent e2e0327 commit 4a6890a

File tree

2 files changed

+879
-196
lines changed

2 files changed

+879
-196
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10.0,<4.0.0"
99
dependencies = [
10-
"langchain-core>=0.3.75,<2.0.0",
11-
"langchain-text-splitters>=0.3.11,<2.0.0",
10+
"langchain-core>=1.0.0a6,<2.0.0",
11+
"langchain-text-splitters>=1.0.0a1,<2.0.0",
1212
"langgraph>=1.0.0a4,<2.0.0",
1313
"pydantic>=2.7.4,<3.0.0",
1414
]
@@ -26,16 +26,16 @@ openai = ["langchain-openai"]
2626
#cohere = ["langchain-cohere"]
2727
google-vertexai = ["langchain-google-vertexai"]
2828
google-genai = ["langchain-google-genai"]
29-
#fireworks = ["langchain-fireworks"]
30-
#ollama = ["langchain-ollama"]
29+
fireworks = ["langchain-fireworks"]
30+
ollama = ["langchain-ollama"]
3131
together = ["langchain-together"]
3232
mistralai = ["langchain-mistralai"]
3333
#huggingface = ["langchain-huggingface"]
34-
#groq = ["langchain-groq"]
34+
groq = ["langchain-groq"]
3535
aws = ["langchain-aws"]
36-
#deepseek = ["langchain-deepseek"]
37-
#xai = ["langchain-xai"]
38-
#perplexity = ["langchain-perplexity"]
36+
deepseek = ["langchain-deepseek"]
37+
xai = ["langchain-xai"]
38+
perplexity = ["langchain-perplexity"]
3939

4040
[project.urls]
4141
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"

0 commit comments

Comments
 (0)