diff --git a/Cargo.toml b/Cargo.toml index 2cdb043..1c5e58b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ polars = { version = "0.49.1", features = [ ] } # DataFrame library based on Apache Arrow pyo3 = { version = "*" } -pyo3-polars = { version = "0.22.0", features = ["derive", "dtype-full", "lazy"] } +pyo3-polars = { version = "0.24.0", features = ["derive", "dtype-full", "lazy"] } pyo3-stub-gen = { version = "0.11.1", default-features = false } chrono = { version = "0.4.41", features = ["serde"] }