We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e05730 commit 716bf9fCopy full SHA for 716bf9f
1 file changed
pyproject.toml
@@ -32,7 +32,7 @@ python = "^3.7"
32
# Mandatory dependencies
33
methoddispatch = "^3.0.2"
34
msgpack = "^1.0.0"
35
-httpx = { version = ">= 0.24.1, < 1.0", extras = ["http2"] }
+httpx = { version = "< 1.0, >= 0.24.1", extras = ["http2"] }
36
websockets = ">= 10.0, < 13.0"
37
pyee = [
38
{ version = "^9.0.4", python = "~3.7" },
0 commit comments