diff --git a/pyproject.toml b/pyproject.toml index 95fdf8f..3981aaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "fastmcp==2.5.2", + "fastmcp==3.1.0", "boto3>=1.34.0,<2.0.0", "pydantic>=2.5.0,<3.0.0", ]