Skip to content

Commit b439046

Browse files
authored
Merge pull request #592 from ably/591/update-websockets-dependency
[ECO-5236] Update `websockets` dependency
2 parents f26ca1e + 850b2bb commit b439046

File tree

2 files changed

+86
-2
lines changed

2 files changed

+86
-2
lines changed

poetry.lock

Lines changed: 82 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ httpx = [
3737
{ version = ">= 0.25.0, < 1.0", python = "^3.8" },
3838
]
3939
h2 = "^4.1.0" # required for httx package, HTTP2 communication
40-
websockets = ">= 10.0, < 13.0"
40+
websockets = [
41+
{ version = ">= 10.0, < 12.0", python = "~3.7" },
42+
{ version = ">= 12.0, < 14.0", python = "^3.8" },
43+
]
4144
pyee = [
4245
{ version = "^9.0.4", python = "~3.7" },
4346
{ version = ">=11.1.0, <13.0.0", python = "^3.8" }

0 commit comments

Comments
 (0)