We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b207c6e commit d59c635Copy full SHA for d59c635
pyproject.toml
@@ -38,7 +38,7 @@ packages = [
38
39
[tool.poetry.dependencies]
40
python = ">=3.8,<4"
41
-websockets = "^12.0"
+websockets = "websockets>=12.0,<14"
42
aiohttp = "^3.7.4"
43
msgpack = "^1.0.2"
44
orjson = "^3.9.0"
0 commit comments