Skip to content

Commit

Permalink
updated websockets package within a range
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 12, 2024
1 parent 610ed90 commit 02a2271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
83 changes: 1 addition & 82 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ httpx = [
{ version = "^0.25.0", python = "^3.8" },
]
h2 = "^4.1.0" # required for httx package, HTTP2 communication
websockets = [
{ version = "^11.0", python = "~3.7" },
{ version = "^12.0", python = "^3.8" }
]
websockets = ">= 10.0, < 13.0"
pyee = [
{ version = "^9.0.4", python = "~3.7" },
{ version = "^11.1.0", python = "^3.8" }
Expand Down

0 comments on commit 02a2271

Please sign in to comment.