Skip to content

Commit cbb661b

Browse files
Update python bindings deps
1 parent e44b011 commit cbb661b

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ crate-type = ["cdylib"]
1717

1818
[dependencies]
1919
oo7_rs = { package = "oo7", path = "../client", version = "0.6.0-alpha" }
20-
pyo3 = { version = "0.24", features = ["extension-module", "abi3-py38"] }
21-
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"] }
20+
pyo3 = { version = "0.27", features = ["extension-module", "abi3-py38"] }
21+
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"] }
2222
tokio = { version = "1", features = ["rt-multi-thread"] }
2323

2424
[profile.release]

0 commit comments

Comments
 (0)