File tree Expand file tree Collapse file tree 2 files changed +639
-545
lines changed
Expand file tree Collapse file tree 2 files changed +639
-545
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ classifiers = [
2121]
2222
2323dependencies = [
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 ]
3030Repository = " https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda"
3131Issues = " 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 ]
3737resolution = " lowest-direct"
3838dev-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]
You can’t perform that action at this time.
0 commit comments