Files
AI-Trader/requirements.txt
Bill 60d89c8d3a deps: add langchain-deepseek for native DeepSeek support
Adds official LangChain DeepSeek integration to replace ChatOpenAI
wrapper approach for DeepSeek models. Native integration provides:
- Better tool_calls argument parsing
- DeepSeek-specific error handling
- No OpenAI compatibility layer issues

Version 0.1.20+ includes tool calling support for deepseek-chat.
2025-11-06 07:44:11 -05:00

8 lines
172 B
Plaintext

langchain==1.0.2
langchain-openai==1.0.1
langchain-mcp-adapters>=0.1.0
langchain-deepseek>=0.1.20
fastmcp==2.12.5
fastapi>=0.120.0
uvicorn[standard]>=0.27.0
pydantic>=2.0.0