Skip to content

Commit 52b58e2

Browse files
committed
Upgrade to MCP 1.6.0
1 parent e14dd3b commit 52b58e2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3>=1.36.20,<1.37.24
2-
mcp>=1.0.0
2+
mcp>=1.6.0
33
uvicorn>=0.32.1
44

55
# 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,5 +1,5 @@
11
boto3>=1.36.20,<1.37.24
2-
mcp>=1.0.0
2+
mcp>=1.6.0
33
uvicorn>=0.32.1
44

55
# 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
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"anyio>=4.5",
99
"aiobotocore>=2.21.1",
10-
"mcp>=1.4.1"
10+
"mcp>=1.6.0"
1111
]
1212

1313
[project.optional-dependencies]

src/python/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)