Skip to content

Commit 56be955

Browse files
authored
Merge pull request #552 from ably/fix/httpx-version
Upgrade httpx version
2 parents 597bd6f + 9daf883 commit 56be955

2 files changed

Lines changed: 76 additions & 6 deletions

File tree

poetry.lock

Lines changed: 71 additions & 5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ python = "^3.7"
3232
# Mandatory dependencies
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
35-
httpx = { version = "^0.24.1", extras = ["http2"] }
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
3640

3741
# Optional dependencies
3842
pycrypto = { version = "^2.6.1", optional = true }

0 commit comments

Comments
 (0)