Skip to content

Commit 3a3c5a5

Browse files
committed
chore(deps): Upgrade MCP Python SDK to 1.12.0
1 parent 44b78f9 commit 3a3c5a5

File tree

4 files changed

+105
-85
lines changed

4 files changed

+105
-85
lines changed

e2e_tests/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiobotocore[boto3]==2.23.0
2-
boto3==1.38.27
3-
mcp==1.10.1
1+
aiobotocore[boto3]==2.23.1
2+
boto3==1.38.40
3+
mcp==1.12.0
44
uvicorn==0.35.0
55

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

examples/chatbots/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiobotocore[boto3]==2.23.0
2-
boto3==1.38.27
3-
mcp==1.10.1
1+
aiobotocore[boto3]==2.23.1
2+
boto3==1.38.40
3+
mcp==1.12.0
44
uvicorn==0.35.0
55

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

src/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222

2323
dependencies = [
2424
"anyio>=4.9.0",
25-
"aiobotocore>=2.23.0",
26-
"mcp>=1.10.1",
25+
"aiobotocore>=2.23.1",
26+
"mcp>=1.12.0",
2727
"aws-lambda-typing>=2.20.0"
2828
]
2929

0 commit comments

Comments
 (0)