Skip to content

Commit d088635

Browse files
committed
reverted pyee library as a dependency
1 parent 645be3a commit d088635

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ h2 = "^4.1.0" # required for httx package, HTTP2 communication
4040
websockets = ">= 10.0, < 13.0"
4141
pyee = [
4242
{ version = "^9.0.4", python = "~3.7" },
43-
{ version = ">= 11.1.0, < 12.0", python = "^3.8" }
43+
{ version = "^11.1.0", python = "^3.8" }
4444
]
4545

4646
# Optional dependencies

0 commit comments

Comments
 (0)