Skip to content

Commit d47c44e

Browse files
committed
deps: bump polars to latest upstream with support for arbitrary expressions in SQL JOIN constraints
see pola-rs/polars#25132
1 parent 85d906f commit d47c44e

File tree

2 files changed

+40
-48
lines changed

2 files changed

+40
-48
lines changed

Cargo.lock

Lines changed: 36 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,13 @@ sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parki
363363
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
364364
# and the commit hash 52ea381)
365365
# ================================
366-
# QSV_POLARS_REV=
366+
# QSV_POLARS_REV=c019db0
367367
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
368-
# polars = { git = "https://github.com/pola-rs/polars", rev = "cad5304" }
368+
polars = { git = "https://github.com/pola-rs/polars", rev = "c019db0" }
369369
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
370-
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "cad5304" }
370+
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "c019db0" }
371371
# polars-utils = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
372-
# polars-utils = { git = "https://github.com/pola-rs/polars", rev = "cad5304" }
372+
polars-utils = { git = "https://github.com/pola-rs/polars", rev = "c019db0" }
373373

374374
[features]
375375
default = ["mimalloc"]

0 commit comments

Comments
 (0)