Skip to content

Commit 645be3a

Browse files
committed
Revert "updated pyproject.toml with websockets latest dependencies"
This reverts commit 4d710da.
1 parent 4d710da commit 645be3a

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, < 1.0", python = "^3.8" },
3838
]
3939
h2 = "^4.1.0" # required for httx package, HTTP2 communication
40-
websockets = [
41-
{ version = ">= 10.0, < 12.0", python = "~3.7" },
42-
{ version = ">= 12.0, < 13.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, < 12.0", python = "^3.8" }

0 commit comments

Comments
 (0)