Skip to content

Commit

Permalink
Merge pull request #559 from ably/fix/httpx-dependency
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
sacOO7 authored Mar 27, 2024
2 parents ede8b7f + d088635 commit 49b8417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ methoddispatch = "^3.0.2"
msgpack = "^1.0.0"
httpx = [
{ version = "^0.24.1", python = "~3.7" },
{ version = "^0.25.0", python = "^3.8" },
{ version = ">= 0.25.0, < 1.0", python = "^3.8" },
]
h2 = "^4.1.0" # required for httx package, HTTP2 communication
websockets = ">= 10.0, < 13.0"
Expand Down

0 comments on commit 49b8417

Please sign in to comment.