Skip to content

Commit e21c136

Browse files
committed
chore(deps): Upgrade Python MCP SDK, downgrade boto3 to match aiobotocore
1 parent c272383 commit e21c136

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

e2e_tests/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiobotocore[boto3]==2.23.2
2-
boto3==1.40.1
3-
mcp==1.12.1
2+
boto3==1.39.8
3+
mcp==1.12.3
44
uvicorn==0.35.0
55

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

examples/chatbots/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiobotocore[boto3]==2.23.2
2-
boto3==1.40.1
3-
mcp==1.12.1
2+
boto3==1.39.8
3+
mcp==1.12.3
44
uvicorn==0.35.0
55

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

0 commit comments

Comments
 (0)