Skip to content

Commit 4f0efbe

Browse files
Change mcp dependency from >=1.6.0 to ==1.6.0 in pyproject.toml
1 parent c057809 commit 4f0efbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"langchain>=0.3.21",
1212
"langchain-anthropic>=0.3.3",
1313
"langchain-google-genai>=2.0.10",
14-
"mcp>=1.6.0",
14+
"mcp==1.6.0",
1515
"python-dotenv>=1.1.0",
1616
"playwright>=1.41.0",
1717
"flask>=3.1.0",

0 commit comments

Comments
 (0)