Skip to content

Commit 67c59d4

Browse files
committed
Lock Websockets to <14.0.0
New version introduces some backward incompatible changes.
1 parent 4f24e63 commit 67c59d4

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
@@ -54,7 +54,7 @@ httpx = ">=0.27.0"
5454
lazy-object-proxy = ">=1.10.0"
5555
scrapy = { version = ">=2.11.0", optional = true }
5656
typing-extensions = ">=4.1.0"
57-
websockets = ">=10.0"
57+
websockets = ">=10.0 <14.0.0"
5858

5959
[tool.poetry.group.dev.dependencies]
6060
build = "~1.2.0"

0 commit comments

Comments
 (0)