File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "MCP Proxy for AWS"
88readme = " README.md"
99requires-python = " >=3.10"
1010dependencies = [
11- " fastmcp>=2.11 .2" ,
11+ " fastmcp>=2.13.0 .2" ,
1212 " boto3>=1.34.0" ,
1313 " botocore>=1.34.0" ,
1414]
@@ -29,13 +29,6 @@ classifiers = [
2929 " Programming Language :: Python :: 3.13" ,
3030]
3131
32- [project .optional-dependencies ]
33- dev = [
34- " black>=23.3.0" ,
35- " isort>=5.12.0" ,
36- " mypy>=1.3.0" ,
37- ]
38-
3932[project .urls ]
4033documentation = " https://github.com/aws/aws-mcp-proxy/blob/main/README.md"
4134repository = " https://github.com/aws/mcp-proxy-for-aws.git"
@@ -46,7 +39,9 @@ changelog = "https://github.com/aws/aws-mcp-proxy/blob/main/CHANGELOG.md"
4639
4740[dependency-groups ]
4841dev = [
49- " checkov>=3.2.402" ,
42+ " black>=23.3.0" ,
43+ " isort>=5.12.0" ,
44+ " mypy>=1.3.0" ,
5045 " commitizen>=4.2.2" ,
5146 " pre-commit>=4.1.0" ,
5247 " ruff>=0.9.7" ,
You can’t perform that action at this time.
0 commit comments