Skip to content

Commit 3b5bae7

Browse files
Update dependency mcp to v1.8.0
1 parent cbab838 commit 3b5bae7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

http-py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ qwen-agent ==0.0.22
55
llama-cpp-python==0.3.9
66
openai==1.78.0
77
google-generativeai ==0.8.5
8-
mcp==1.7.1
8+
mcp==1.8.0
99
boto3==1.38.13

http-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requests==2.32.3",
1010
"user_agent==0.1.10",
1111
"google-generativeai==0.8.5",
12-
"mcp==1.7.1"
12+
"mcp==1.8.0"
1313
"qwen-agent==.0.0.22",
1414
"llama-cpp-python==0.3.9",
1515
"openai==1.78.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"requests==2.32.3",
2222
"user_agent==0.1.10",
2323
"google-generativeai==0.8.5",
24-
"mcp==1.7.1",
24+
"mcp==1.8.0",
2525
"qwen-agent==0.0.22",
2626
"llama-cpp-python==0.3.9",
2727
"openai==1.78.0",

0 commit comments

Comments
 (0)