diff --git a/pyproject.toml b/pyproject.toml index 6305154d..0d41756e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ httpx = ">=0.27.0" lazy-object-proxy = ">=1.10.0" scrapy = { version = ">=2.11.0", optional = true } typing-extensions = ">=4.1.0" -websockets = ">=10.0" +websockets = ">=10.0 <14.0.0" [tool.poetry.group.dev.dependencies] build = "~1.2.0"