Skip to content

Commit 2227b57

Browse files
kevalmahajancrivetimihai
authored andcommitted
added new optional dependencies
Signed-off-by: Keval Mahajan <[email protected]>
1 parent b227175 commit 2227b57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ mysql = [
9797
"pymysql>=1.1.2",
9898
]
9999

100+
llmchat = [
101+
"langchain-core>=0.3.0",
102+
"langchain-mcp-adapters>=0.1.11",
103+
"langgraph>=0.2.0",
104+
"langchain-openai>=0.2.0",
105+
"langchain-ollama>=0.1.0",
106+
]
107+
100108
# Fuzzing and property-based testing
101109
fuzz = [
102110
"hypothesis>=6.138.16",

0 commit comments

Comments
 (0)