apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

update to pyo3 0.23.0 #6745

Closed psvri closed 19 hours ago

psvri commented 4 days ago

Which issue does this PR close?

Closes #.

Rationale for this change

Updates pyo3 to 0.23.0

What changes are included in this PR?

Dependency update

Are there any user-facing changes?

Yes, IntoPy trait is replaced with IntoPyObject.