Skip to content

Commit b760cb4

Browse files
committed
updated httpx and pyee dependencies to be in a range
1 parent ede8b7f commit b760cb4

2 files changed

Lines changed: 8 additions & 133 deletions

File tree

poetry.lock

Lines changed: 6 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,9 @@ python = "^3.7"
3232
# Mandatory dependencies
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
35-
httpx = [
36-
{ version = "^0.24.1", python = "~3.7" },
37-
{ version = "^0.25.0", python = "^3.8" },
38-
]
39-
h2 = "^4.1.0" # required for httx package, HTTP2 communication
35+
httpx = ">= 0.24.1, < 0.28"
4036
websockets = ">= 10.0, < 13.0"
41-
pyee = [
42-
{ version = "^9.0.4", python = "~3.7" },
43-
{ version = "^11.1.0", python = "^3.8" }
44-
]
37+
pyee = ">= 9.0.4, < 12.0"
4538

4639
# Optional dependencies
4740
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)