diff --git a/pyproject.toml b/pyproject.toml index 18c72bd..4b9f458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "AI Customer Support Assistant for Seam" authors = [{ name = "Your Name", email = "you@example.com" }] requires-python = ">=3.10" dependencies = [ - "fastmcp==2.10.6", + "fastmcp==2.13.0", "pydantic", "httpx", "asyncpg>=0.30.0",