Skip to content

Commit 49b8417

Browse files
authored
Merge pull request #559 from ably/fix/httpx-dependency
Fix dependencies
2 parents ede8b7f + d088635 commit 49b8417

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
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
@@ -34,7 +34,7 @@ methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
3535
httpx = [
3636
{ version = "^0.24.1", python = "~3.7" },
37-
{ version = "^0.25.0", python = "^3.8" },
37+
{ version = ">= 0.25.0, < 1.0", python = "^3.8" },
3838
]
3939
h2 = "^4.1.0" # required for httx package, HTTP2 communication
4040
websockets = ">= 10.0, < 13.0"

0 commit comments

Comments
 (0)