Skip to content

Commit c974de1

Browse files
committed
chore(deps): Upgrade Python library deps
1 parent 168bd72 commit c974de1

File tree

4 files changed

+85
-211
lines changed

4 files changed

+85
-211
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
strands-agents==1.15.0
2-
mcp==1.20.0
2+
mcp==1.23.1
33
uvicorn==0.38.0
44
boto3==1.40.67
55

examples/chatbots/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
strands-agents==1.15.0
2-
mcp==1.20.0
2+
mcp==1.23.1
33
uvicorn==0.38.0
44
boto3==1.40.67
55

src/python/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ classifiers = [
2121
]
2222

2323
dependencies = [
24-
"anyio>=4.11.0",
25-
"aiobotocore>=2.25.1",
26-
"mcp>=1.20.0",
24+
"anyio>=4.12.0",
25+
"aiobotocore>=2.26.0",
26+
"mcp>=1.23.1",
2727
"aws-lambda-powertools>=3.22.0",
28-
"mcp-proxy-for-aws>=1.1.0"
28+
"mcp-proxy-for-aws>=1.1.2"
2929
]
3030

3131
[project.urls]
3232
Repository = "https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda"
3333
Issues = "https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/issues"
3434

3535
[project.optional-dependencies]
36-
stubs = ["types-aiobotocore[lambda]>=2.25.1"]
36+
stubs = ["types-aiobotocore[lambda]>=2.26.0"]
3737

3838
[tool.uv]
3939
resolution = "lowest-direct"
4040
dev-dependencies = [
4141
"pyright>=1.1.407",
42-
"pytest>=8.4.2",
43-
"ruff>=0.14.3",
42+
"pytest>=9.0.1",
43+
"ruff>=0.14.7",
4444
"trio>=0.32.0",
4545
"pytest-cov>=7.0.0",
4646
"pytest-env>=1.2.0",
47-
"pre-commit>=4.3.0",
48-
"pytest-asyncio>=1.2.0"
47+
"pre-commit>=4.5.0",
48+
"pytest-asyncio>=1.3.0"
4949
]
5050

5151
[build-system]

0 commit comments

Comments
 (0)