Skip to content

Commit d59c635

Browse files
allow v12 and v13 of websockets
avoids dependency clash in downstream projects.
1 parent b207c6e commit d59c635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packages = [
3838

3939
[tool.poetry.dependencies]
4040
python = ">=3.8,<4"
41-
websockets = "^12.0"
41+
websockets = "websockets>=12.0,<14"
4242
aiohttp = "^3.7.4"
4343
msgpack = "^1.0.2"
4444
orjson = "^3.9.0"

0 commit comments

Comments
 (0)