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 9be0eb5 commit 36e205bCopy full SHA for 36e205b
arrow/Cargo.toml
@@ -54,7 +54,7 @@ arrow-select = { workspace = true }
54
arrow-string = { workspace = true }
55
56
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
57
-pyo3 = { version = "0.21.1", default-features = false, optional = true }
+pyo3 = { version = "0.22.2", default-features = false, optional = true }
58
59
[package.metadata.docs.rs]
60
features = ["prettyprint", "ipc_compression", "ffi", "pyarrow"]
0 commit comments