diff --git a/Cargo.toml b/Cargo.toml index 3d6a410f..c732078e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ polars = { version = "0.52", default-features = false } polars-ops = { version = "0.52", features = ["pivot"] } # Readers -duckdb = { version = "1.4", features = ["bundled", "vtab-arrow"] } +duckdb = { version = "~1.4", features = ["bundled", "vtab-arrow"] } arrow = { version = "56", default-features = false, features = ["ipc"] } postgres = "0.19" sqlx = { version = "0.8", features = ["postgres"] }