Skip to content

Commit 716bf9f

Browse files
committed
tweaked httpx to use major version instead of minor one
1 parent 3e05730 commit 716bf9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python = "^3.7"
3232
# Mandatory dependencies
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
35-
httpx = { version = ">= 0.24.1, < 1.0", extras = ["http2"] }
35+
httpx = { version = "< 1.0, >= 0.24.1", extras = ["http2"] }
3636
websockets = ">= 10.0, < 13.0"
3737
pyee = [
3838
{ version = "^9.0.4", python = "~3.7" },

0 commit comments

Comments
 (0)