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 112598e commit 9580044Copy full SHA for 9580044
1 file changed
setup.py
@@ -51,7 +51,7 @@
51
"""
52
53
install_requires = [
54
- "trio ~= 0.4.0",
+ "trio >= 0.5.0",
55
"async_generator >= 1.6",
56
"outcome",
57
]
0 commit comments