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 58e447b commit 2371ee2Copy full SHA for 2371ee2
python/Cargo.toml
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
pyo3 = { version = "0.26.0", features = ["either"] }
12
-pyo3-async-runtimes = { version = "0.26.0", features = [
+pyo3-async-runtimes = { version = "0.27.0", features = [
13
"tokio-runtime",
14
"attributes",
15
] }
0 commit comments