Skip to content

Commit f405030

Browse files
committed
chore(deps): Upgrade MCP Python SDK to 1.12.1
1 parent 2fa8e87 commit f405030

File tree

4 files changed

+808
-808
lines changed

4 files changed

+808
-808
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiobotocore[boto3]==2.23.1
22
boto3==1.38.40
3-
mcp==1.12.0
3+
mcp==1.12.1
44
uvicorn==0.35.0
55

66
# For testing, this module is installed from local files.

examples/chatbots/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiobotocore[boto3]==2.23.1
22
boto3==1.38.40
3-
mcp==1.12.0
3+
mcp==1.12.1
44
uvicorn==0.35.0
55

66
# For testing, this module is installed from local files.

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"anyio>=4.9.0",
2525
"aiobotocore>=2.23.1",
26-
"mcp>=1.12.0",
26+
"mcp>=1.12.1",
2727
"aws-lambda-typing>=2.20.0"
2828
]
2929

0 commit comments

Comments
 (0)