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 = [
21
21
]
22
22
23
23
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 "
27
27
]
28
28
29
29
[project .urls ]
30
30
Repository = " https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda"
31
31
Issues = " https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/issues"
32
32
33
33
[project .optional-dependencies ]
34
- stubs = [" types-aiobotocore[lambda]>=2.21.1 " ]
34
+ stubs = [" types-aiobotocore[lambda]>=2.22.0 " ]
35
35
36
36
[tool .uv ]
37
37
resolution = " lowest-direct"
38
38
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 " ,
44
44
" pytest-env>=1.1.5" ,
45
45
" pre-commit>=4.2.0"
46
46
]
You can’t perform that action at this time.
0 commit comments