Skip to content

Commit 02a2271

Browse files
committed
updated websockets package within a range
1 parent 610ed90 commit 02a2271

2 files changed

Lines changed: 2 additions & 86 deletions

File tree

poetry.lock

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

pyproject.toml

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

0 commit comments

Comments
 (0)