diff --git a/pyproject.toml b/pyproject.toml index 8177da344..f33ea0825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "openapi-pydantic>=0.5.1", "rich>=13.9.4", "typer>=0.15.2", - "websockets>=15.0.1", + "websockets>=14.0", ] requires-python = ">=3.10" readme = "README.md"