Skip to content

Commit 15ad055

Browse files
authored
fix: Set version constraint of the websockets dependency to <14.0.0 (#322)
New version 14 introduces some backward incompatible changes that are breaking existing code.
1 parent cc5d406 commit 15ad055

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)