diff --git a/pyproject.toml b/pyproject.toml index 1dfe1bd..f168389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.11" # which launches a real browser) passes against 1.63.0. dependencies = [ "playwright>=1.62.0,<2.0.0", - "typer>=0.27.1", + "typer>=0.27.2", "pydantic>=2.13.5", "mcp>=2.1.1,<3.0.0", "rich>=15.0.0",