Skip to content

Commit ff5def6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)