We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd39437 commit e4a5e19Copy full SHA for e4a5e19
pyproject.toml
@@ -20,17 +20,18 @@ dependencies = [
20
"cffi==1.17.1",
21
"beautifulsoup4==4.13.4",
22
"jieba==0.42.1",
23
- "langchain==1.2.9",
24
- "langchain-openai==1.1.9",
+ "langchain==1.2.10",
+ "langchain-openai==1.1.10",
25
"langchain-anthropic==1.3.3",
26
"langchain-community==0.4.1",
27
"langchain-deepseek==1.0.1",
28
- "langchain-google-genai==4.2.0",
+ "langchain-google-genai==4.2.1",
29
"langchain-mcp-adapters==0.2.1",
30
"langchain-huggingface==1.2.0",
31
"langchain-ollama==1.0.1",
32
- "langchain-aws==1.2.4",
+ "langchain-aws==1.3.0",
33
"langgraph==1.0.8",
34
+ "deepagents==0.4.3",
35
"torch==2.8.0",
36
"sentence-transformers==5.0.0",
37
"qianfan==0.4.12.3",
0 commit comments