We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645be3a commit ff5def6Copy full SHA for ff5def6
pyproject.toml
@@ -40,7 +40,7 @@ h2 = "^4.1.0" # required for httx package, HTTP2 communication
40
websockets = ">= 10.0, < 13.0"
41
pyee = [
42
{ version = "^9.0.4", python = "~3.7" },
43
- { version = ">= 11.1.0, < 12.0", python = "^3.8" }
+ { version = "^11.1.0", python = "^3.8" }
44
]
45
46
# Optional dependencies
0 commit comments