We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d209f9 + 2fee00a commit 5c8cb65Copy full SHA for 5c8cb65
1 file changed
crates/reclink-py/Cargo.toml
@@ -22,7 +22,7 @@ serde_json = "1.0"
22
serde = { version = "1.0", features = ["derive"] }
23
24
# Optional: Polars expression plugin (version must match user's polars installation)
25
-polars = { version = "0.46", features = ["lazy"], optional = true }
+polars = { version = "0.53", features = ["lazy"], optional = true }
26
pyo3-polars = { version = "0.21", features = ["derive"], optional = true }
27
28
[features]
0 commit comments