Skip to content

Commit 72f1946

Browse files
authored
Merge pull request #582 from ably/580/update-pyee-version
[ECO-5217] Update `pyee` version dependency
2 parents e965ad1 + 0a10192 commit 72f1946

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", python = "^3.8" }
43+
{ version = ">=11.1.0, <13.0.0", python = "^3.8" }
4444
]
4545

4646
# Optional dependencies

0 commit comments

Comments
 (0)