diff --git a/pyproject.toml b/pyproject.toml index 2d3df0c..59313e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" authors = [{ name = "Raphael Cristal", email = "raphael@cohere.com" }] requires-python = ">=3.11" -dependencies = ["mcp==1.11.0", "pyjwt[crypto]>=2.10.1"] +dependencies = ["mcp==1.23.0", "pyjwt[crypto]>=2.10.1"] [build-system] requires = ["hatchling"]