From 7bb0a90d01cb80ae48c44ba9368b37c9158edfe9 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:28:39 -0400 Subject: [PATCH] Remove websockets dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd89b26d9..0e402930a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ dependencies = [ "openapi-pydantic>=0.5.1", "rich>=13.9.4", "typer>=0.15.2", - "websockets>=14.0", "authlib>=1.5.2", ] requires-python = ">=3.10"