Skip to content

Commit ff06977

Browse files
dependabot[bot]anasstahr
authored andcommitted
chore(deps): update pip: update fastmcp requirement
Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. Updates `fastmcp` to 3.3.1 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.3.1 dependency-type: direct:production dependency-group: python-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75d5e43 commit ff06977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.15"
1818
dependencies = [
19-
"fastmcp~=3.2.0",
19+
"fastmcp>=3.2,<3.4",
2020
"boto3>=1.41.0",
2121
"botocore[crt]>=1.41.0",
2222
]

0 commit comments

Comments
 (0)