Skip to content

Commit ce6ac67

Browse files
chore: Bump polars to py-1.35.2 (#1636)
1 parent 99d5bd8 commit ce6ac67

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

R/generated-polars-version.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by dev script: do not edit by hand
22

3-
PY_VERSION <- "1.35.1"
3+
PY_VERSION <- "1.35.2"
44

55
DSL_SCHEMA_HASH_PY <- "6286bad7b59c6dffbabcb7eda0d3a1c386cc651ad8b2479b2e4e4686199e04e1"
66
DSL_SCHEMA_HASH_CURRENT <- "6286bad7b59c6dffbabcb7eda0d3a1c386cc651ad8b2479b2e4e4686199e04e1"

src/rust/Cargo.lock

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

src/rust/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ too_many_arguments = "allow"
2828
ciborium = "0.2"
2929
either = "1.15"
3030
flume = "0.11"
31-
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db", default-features = false }
32-
polars-error = { git = "https://github.com/pola-rs/polars.git", rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db", default-features = false }
31+
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b", default-features = false }
32+
polars-error = { git = "https://github.com/pola-rs/polars.git", rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b", default-features = false }
3333
savvy = { version = "0.8", features = ["use-custom-error"] }
3434
serde_json = "1"
3535
state = "0.6"
@@ -42,7 +42,7 @@ parking_lot = "0.12"
4242
# <https://github.com/pola-rs/polars/blob/93ceaccdac6f05c9b07a5117f3a4a90c238dbd29/.github/workflows/test-pyodide.yml#L40-L45>
4343
[target.'cfg(not(target_os = "emscripten"))'.dependencies.polars]
4444
git = "https://github.com/pola-rs/polars.git"
45-
rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db"
45+
rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b"
4646
default-features = false
4747
features = [
4848
"aws",
@@ -60,19 +60,19 @@ features = [
6060

6161
[target.'cfg(not(target_os = "emscripten"))'.dependencies.polars-lazy]
6262
git = "https://github.com/pola-rs/polars.git"
63-
rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db"
63+
rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b"
6464
default-features = false
6565
features = ["new_streaming"]
6666

6767
[target.'cfg(not(target_os = "emscripten"))'.dependencies.polars-mem-engine]
6868
git = "https://github.com/pola-rs/polars.git"
69-
rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db"
69+
rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b"
7070
default-features = false
7171
features = ["csv", "ipc", "json", "parquet"]
7272

7373
[dependencies.polars]
7474
git = "https://github.com/pola-rs/polars.git"
75-
rev = "a99ad3495d0b4bb71a956eb3ab5e23595df756db"
75+
rev = "c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b"
7676
default-features = false
7777
features = [
7878
"abs",

0 commit comments

Comments
 (0)