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 e30346b
Showing 1 changed file with 1 addition and 0 deletions.
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 e30346b

Please sign in to comment.