Skip to content

Commit 3e05730

Browse files
committed
updated dependencies for httpx and pyee
1 parent c31f4bd commit 3e05730

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

poetry.lock

Lines changed: 21 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ python = "^3.7"
3232
# Mandatory dependencies
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
35-
httpx = ">= 0.24.1, < 1.0"
36-
h2 = "^4.1.0" # required for httx package, HTTP2 communication
35+
httpx = { version = ">= 0.24.1, < 1.0", extras = ["http2"] }
3736
websockets = ">= 10.0, < 13.0"
38-
pyee = ">= 9.0.4, < 12.0"
37+
pyee = [
38+
{ version = "^9.0.4", python = "~3.7" },
39+
{ version = ">= 11.1.0, < 12.0", python = "^3.8" }
40+
]
3941

4042
# Optional dependencies
4143
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)