Skip to content

Commit 4cd0095

Browse files
alanhdufacebook-github-bot
authored andcommitted
Point pyo3 to official release (#444)
Summary: Pull Request resolved: #444 I'm not sure why this says the crate was unpublished, but it's there on crates.io: https://crates.io/crates/pyo3-async-runtimes/0.24.0 Reviewed By: dtolnay Differential Revision: D77760471 fbshipit-source-id: e1126fc8479b28c48525c90363d8455795c4134b
1 parent 3f7355d commit 4cd0095

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

monarch_extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ monarch_types = { version = "0.0.0", path = "../monarch_types" }
3232
nccl-sys = { path = "../nccl-sys", optional = true }
3333
ndslice = { version = "0.0.0", path = "../ndslice" }
3434
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
35-
pyo3-async-runtimes = { git = "https://github.com/PyO3/pyo3-async-runtimes", rev = "c5a3746f110b4d246556b0f6c29f5f555919eee3", features = ["attributes", "tokio-runtime"] }
35+
pyo3-async-runtimes = { version = "0.24", features = ["attributes", "tokio-runtime"] }
3636
serde = { version = "1.0.185", features = ["derive", "rc"] }
3737
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
3838
torch-sys = { version = "0.0.0", path = "../torch-sys", optional = true }

monarch_hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inventory = "0.3.8"
2323
monarch_types = { version = "0.0.0", path = "../monarch_types" }
2424
ndslice = { version = "0.0.0", path = "../ndslice" }
2525
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
26-
pyo3-async-runtimes = { git = "https://github.com/PyO3/pyo3-async-runtimes", rev = "c5a3746f110b4d246556b0f6c29f5f555919eee3", features = ["attributes", "tokio-runtime"] }
26+
pyo3-async-runtimes = { version = "0.24", features = ["attributes", "tokio-runtime"] }
2727
serde = { version = "1.0.185", features = ["derive", "rc"] }
2828
serde_bytes = "0.11"
2929
thiserror = "2.0.12"

monarch_meta_extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ hyperactor = { version = "0.0.0", path = "../hyperactor" }
2020
hyperactor_extension = { version = "0.0.0", path = "../hyperactor_extension" }
2121
hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" }
2222
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
23-
pyo3-async-runtimes = { git = "https://github.com/PyO3/pyo3-async-runtimes", rev = "c5a3746f110b4d246556b0f6c29f5f555919eee3", features = ["attributes", "tokio-runtime"] }
23+
pyo3-async-runtimes = { version = "0.24", features = ["attributes", "tokio-runtime"] }
2424
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }

0 commit comments

Comments
 (0)