Skip to content

Commit de3c903

Browse files
chore(deps): update pip: update fastmcp requirement
Updates the requirements on [fastmcp](https://github.com/jlowin/fastmcp) to permit the latest version. Updates `fastmcp` to 2.14.1 - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v2.13.1...v2.14.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.1 dependency-type: direct:production dependency-group: python-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3945fdb commit de3c903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "MCP Proxy for AWS"
1616
readme = "README.md"
1717
requires-python = ">=3.10,<3.14"
1818
dependencies = [
19-
"fastmcp (>=2.13.1,<2.14.1)",
19+
"fastmcp (>=2.13.1,<2.14.4)",
2020
"boto3>=1.41.0",
2121
"botocore[crt]>=1.41.0",
2222
]

0 commit comments

Comments
 (0)