alamb commented on code in PR #7368: URL: https://github.com/apache/arrow-rs/pull/7368#discussion_r2022706468
########## arrow/Cargo.toml: ########## @@ -54,7 +54,7 @@ arrow-select = { workspace = true } arrow-string = { workspace = true } rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true } -pyo3 = { version = "0.24", default-features = false, optional = true } +pyo3 = { version = "0.24.1", default-features = false, optional = true } Review Comment: I think technically speaking this change is not necessary for downstream crates to update to py03 `0.24.1` as 0.24.0 is compatible with doing so However, given that arrow tests with just the latest release of the dependencies, I think it is wise to increase it in our cargo toml file as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org