Skip to content

Commit 4d710da

Browse files
committed
updated pyproject.toml with websockets latest dependencies
1 parent ef2a909 commit 4d710da

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, < 13.0", python = "^3.8" },
43+
]
4144
pyee = [
4245
{ version = "^9.0.4", python = "~3.7" },
4346
{ version = ">= 11.1.0, < 12.0", python = "^3.8" }

0 commit comments

Comments
 (0)