Skip to content

Commit da827ac

Browse files
committed
Updated pyproject.toml dependency pyeeto support latest version of python
1 parent 7895f3e commit da827ac

2 files changed

Lines changed: 24 additions & 7 deletions

File tree

poetry.lock

Lines changed: 20 additions & 6 deletions
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
@@ -38,7 +38,10 @@ httpx = { version = "^0.24.1", extras = ["http2"] }
3838
pycrypto = { version = "^2.6.1", optional = true }
3939
pycryptodome = { version = "*", optional = true }
4040
websockets = "^10.3"
41-
pyee = ">=9.0.4, <=11.*"
41+
pyee = [
42+
{ version = "^9.0.4", python = "~3.7" },
43+
{ version = "^11.1.0", python = "^3.8" }
44+
]
4245

4346
[tool.poetry.extras]
4447
oldcrypto = ["pycrypto"]

0 commit comments

Comments
 (0)