Skip to content

Commit 14afb34

Browse files
committed
chore(deps): Upgrade Python package deps
1 parent e81e929 commit 14afb34

File tree

2 files changed

+639
-545
lines changed

2 files changed

+639
-545
lines changed

src/python/pyproject.toml

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

2323
dependencies = [
24-
"anyio>=4.5",
25-
"aiobotocore>=2.21.1",
26-
"mcp>=1.6.0"
24+
"anyio>=4.9.0",
25+
"aiobotocore>=2.22.0",
26+
"mcp>=1.9.2"
2727
]
2828

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

3333
[project.optional-dependencies]
34-
stubs = ["types-aiobotocore[lambda]>=2.21.1"]
34+
stubs = ["types-aiobotocore[lambda]>=2.22.0"]
3535

3636
[tool.uv]
3737
resolution = "lowest-direct"
3838
dev-dependencies = [
39-
"pyright>=1.1.391",
40-
"pytest>=8.3.4",
41-
"ruff>=0.8.5",
42-
"trio>=0.26.2",
43-
"pytest-cov>=6.0.0",
39+
"pyright>=1.1.401",
40+
"pytest>=8.3.5",
41+
"ruff>=0.11.12",
42+
"trio>=0.30.0",
43+
"pytest-cov>=6.1.1",
4444
"pytest-env>=1.1.5",
4545
"pre-commit>=4.2.0"
4646
]

0 commit comments

Comments
 (0)