Skip to content

Commit

Permalink
Added h2 package as a dependency to httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 27, 2024
1 parent 73ac055 commit c31f4bd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
39 changes: 38 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ python = "^3.7"
methoddispatch = "^3.0.2"
msgpack = "^1.0.0"
httpx = ">= 0.24.1, < 1.0"
h2 = "^4.1.0" # required for httx package, HTTP2 communication
websockets = ">= 10.0, < 13.0"
pyee = ">= 9.0.4, < 12.0"

Expand Down

0 comments on commit c31f4bd

Please sign in to comment.