Skip to content

Commit 3bbad1e

Browse files
committed
deps: bump polars to 0.52.0 at py-1.37.1 tag
also update lock file
1 parent c14066e commit 3bbad1e

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parki
360360
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
361361
# and the commit hash 52ea381)
362362
# ================================
363-
# QSV_POLARS_REV=py-1.37.0:451f247
364-
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.37.0", optional = true }
365-
polars = { git = "https://github.com/pola-rs/polars", rev = "451f247", optional = true }
363+
# QSV_POLARS_REV=py-1.37.1
364+
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.37.1", optional = true }
365+
# polars = { git = "https://github.com/pola-rs/polars", rev = "451f247", optional = true }
366366

367367
[features]
368368
default = ["mimalloc"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands.
102102
🗄️: [Extended input support](#extended-input-support).
103103
🗃️: [Limited Extended input support](#limited-extended-input-support).
104-
🐻‍❄️: command powered/accelerated by [![polars 0.52.0 at py-1.37.0 tag 451f247 revision](https://img.shields.io/badge/polars-0.52.0%20at%20py1.37.0:451f247-blue?logo=polars
105-
)](https://github.com/pola-rs/polars/releases/tag/py-1.37.0) vectorized query engine.
104+
🐻‍❄️: command powered/accelerated by [![polars 0.52.0 at py-1.37.1](https://img.shields.io/badge/polars-0.52.0%20at%20py1.37.1-blue?logo=polars
105+
)](https://github.com/pola-rs/polars/releases/tag/py-1.37.1) vectorized query engine.
106106
🤖: command uses Natural Language Processing or Generative AI.
107107
🏎️: multithreaded and/or faster when an index (📇) is available.
108108
🚀: multithreaded even without an index.

0 commit comments

Comments
 (0)