diff --git a/pyproject.toml b/pyproject.toml index 7598091a..8f864b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "filetype>=1.2.0,<2", "aioredlock>=0.7.3,<0.8", "tldextract>=5.1.2,<6", - "websockets~=12.0", + "websockets>=12.0,<15.1", "email-validator>=2.2.0,<3", "requests-toolbelt>=1.0.0,<2", "rich[jupyter]>=13.7.0,<14",