Skip to content

Commit 2fee00a

Browse files
chore(deps): update polars requirement from 0.46 to 0.53
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@rs-0.46.0...rs-0.52.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c64965 commit 2fee00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/reclink-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0"
2222
serde = { version = "1.0", features = ["derive"] }
2323

2424
# Optional: Polars expression plugin (version must match user's polars installation)
25-
polars = { version = "0.46", features = ["lazy"], optional = true }
25+
polars = { version = "0.53", features = ["lazy"], optional = true }
2626
pyo3-polars = { version = "0.21", features = ["derive"], optional = true }
2727

2828
[features]

0 commit comments

Comments
 (0)