From 0108cc2b9512302b54db32caf01ff362c31e84aa Mon Sep 17 00:00:00 2001 From: gnought <1684105+gnought@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:42:45 +0800 Subject: [PATCH] chore: Incompatibility with websockets 14 --- pyproject.toml | 2 +- requirements/dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4e5a75af..e636ddafe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "scipy>=1.8.1,<2.0.0", "rapidfuzz", "timple>=0.1.6", - "websockets>=10.3", + "websockets>=10.3,<14", ] [project.urls] diff --git a/requirements/dev.txt b/requirements/dev.txt index d54d4a622..831ba0a3a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,8 +16,8 @@ wheel xdoctest pre-commit requests>=2.28.1 -websockets>=10.3 +websockets>=10.3,<14 seaborn plotly seaborn -kaleido \ No newline at end of file +kaleido