File tree Expand file tree Collapse file tree 4 files changed +85
-211
lines changed
Expand file tree Collapse file tree 4 files changed +85
-211
lines changed Original file line number Diff line number Diff line change 11strands-agents == 1.15.0
2- mcp == 1.20.0
2+ mcp == 1.23.1
33uvicorn == 0.38.0
44boto3 == 1.40.67
55
Original file line number Diff line number Diff line change 11strands-agents == 1.15.0
2- mcp == 1.20.0
2+ mcp == 1.23.1
33uvicorn == 0.38.0
44boto3 == 1.40.67
55
Original file line number Diff line number Diff line change @@ -21,31 +21,31 @@ classifiers = [
2121]
2222
2323dependencies = [
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 ]
3232Repository = " https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda"
3333Issues = " 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 ]
3939resolution = " lowest-direct"
4040dev-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 ]
You can’t perform that action at this time.
0 commit comments