From 7d6025ef72e783cce09b91847e1f54d6d4a22287 Mon Sep 17 00:00:00 2001 From: Jon Holba Date: Mon, 11 Nov 2024 15:00:52 +0100 Subject: [PATCH] Freeze websockets at < 14 New version is incompatible with our current code --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82d5251e5c8..17003da4db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ "tqdm>=4.62.0", "typing_extensions>=4.5", "uvicorn >= 0.17.0", - "websockets", + "websockets < 14", "xarray", "xtgeo >= 3.3.0", ]