Skip to content

Commit c31f4bd

Browse files
committed
Added h2 package as a dependency to httpx
1 parent 73ac055 commit c31f4bd

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

poetry.lock

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ python = "^3.7"
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
3535
httpx = ">= 0.24.1, < 1.0"
36+
h2 = "^4.1.0" # required for httx package, HTTP2 communication
3637
websockets = ">= 10.0, < 13.0"
3738
pyee = ">= 9.0.4, < 12.0"
3839

0 commit comments

Comments
 (0)