From 6b1b19d5c9a8388bfaead32eb44dfd3af003a6ee Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:00:48 +0200 Subject: [PATCH] added more range of supported versions --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 5c8f831794..ca88a37125 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -17,4 +17,4 @@ Click = "^8" OpenTimelineIO = "0.16.0" opencolorio = "2.2.1" Pillow = "9.5.0" -websocket-client = ">=0.40.0,<1" +websocket-client = ">=0.40.0,<2"