From 8f0c82e99a0a94e985c6becd693714fbfa9ba172 Mon Sep 17 00:00:00 2001 From: Adam Shedivy Date: Mon, 11 Nov 2024 11:39:38 -0600 Subject: [PATCH] pin version of websockets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0006bc2..07cf84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9" dependencies = [ "dataclasses-json>=0.6.4", "websocket-client>=1.2.1", - "websockets", + "websockets==13.1", "pyee", "pep249abc" ]