@@ -10,7 +10,7 @@ default-members = [
10
10
]
11
11
12
12
[workspace .package ]
13
- version = " 0.47.1 "
13
+ version = " 0.48.0 "
14
14
authors = [
" Ritchie Vink <[email protected] >" ]
15
15
edition = " 2024"
16
16
homepage = " https://www.pola.rs/"
@@ -96,36 +96,36 @@ version_check = "0.9.4"
96
96
xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
97
97
zstd = " 0.13"
98
98
99
- polars = { version = " 0.47.1 " , path = " crates/polars" , default-features = false }
100
- polars-compute = { version = " 0.47.1 " , path = " crates/polars-compute" , default-features = false }
101
- polars-core = { version = " 0.47.1 " , path = " crates/polars-core" , default-features = false }
102
- polars-dylib = { version = " 0.47.1 " , path = " crates/polars-dylib" , default-features = false }
103
- polars-error = { version = " 0.47.1 " , path = " crates/polars-error" , default-features = false }
104
- polars-expr = { version = " 0.47.1 " , path = " crates/polars-expr" , default-features = false }
105
- polars-ffi = { version = " 0.47.1 " , path = " crates/polars-ffi" , default-features = false }
106
- polars-io = { version = " 0.47.1 " , path = " crates/polars-io" , default-features = false }
107
- polars-json = { version = " 0.47.1 " , path = " crates/polars-json" , default-features = false }
108
- polars-lazy = { version = " 0.47.1 " , path = " crates/polars-lazy" , default-features = false }
109
- polars-mem-engine = { version = " 0.47.1 " , path = " crates/polars-mem-engine" , default-features = false }
110
- polars-ops = { version = " 0.47.1 " , path = " crates/polars-ops" , default-features = false }
111
- polars-parquet = { version = " 0.47.1 " , path = " crates/polars-parquet" , default-features = false }
112
- polars-pipe = { version = " 0.47.1 " , path = " crates/polars-pipe" , default-features = false }
113
- polars-plan = { version = " 0.47.1 " , path = " crates/polars-plan" , default-features = false }
114
- polars-python = { version = " 0.47.1 " , path = " crates/polars-python" , default-features = false }
115
- polars-row = { version = " 0.47.1 " , path = " crates/polars-row" , default-features = false }
116
- polars-schema = { version = " 0.47.1 " , path = " crates/polars-schema" , default-features = false }
117
- polars-sql = { version = " 0.47.1 " , path = " crates/polars-sql" , default-features = false }
118
- polars-stream = { version = " 0.47.1 " , path = " crates/polars-stream" , default-features = false }
119
- polars-time = { version = " 0.47.1 " , path = " crates/polars-time" , default-features = false }
120
- polars-utils = { version = " 0.47.1 " , path = " crates/polars-utils" , default-features = false }
99
+ polars = { version = " 0.48.0 " , path = " crates/polars" , default-features = false }
100
+ polars-compute = { version = " 0.48.0 " , path = " crates/polars-compute" , default-features = false }
101
+ polars-core = { version = " 0.48.0 " , path = " crates/polars-core" , default-features = false }
102
+ polars-dylib = { version = " 0.48.0 " , path = " crates/polars-dylib" , default-features = false }
103
+ polars-error = { version = " 0.48.0 " , path = " crates/polars-error" , default-features = false }
104
+ polars-expr = { version = " 0.48.0 " , path = " crates/polars-expr" , default-features = false }
105
+ polars-ffi = { version = " 0.48.0 " , path = " crates/polars-ffi" , default-features = false }
106
+ polars-io = { version = " 0.48.0 " , path = " crates/polars-io" , default-features = false }
107
+ polars-json = { version = " 0.48.0 " , path = " crates/polars-json" , default-features = false }
108
+ polars-lazy = { version = " 0.48.0 " , path = " crates/polars-lazy" , default-features = false }
109
+ polars-mem-engine = { version = " 0.48.0 " , path = " crates/polars-mem-engine" , default-features = false }
110
+ polars-ops = { version = " 0.48.0 " , path = " crates/polars-ops" , default-features = false }
111
+ polars-parquet = { version = " 0.48.0 " , path = " crates/polars-parquet" , default-features = false }
112
+ polars-pipe = { version = " 0.48.0 " , path = " crates/polars-pipe" , default-features = false }
113
+ polars-plan = { version = " 0.48.0 " , path = " crates/polars-plan" , default-features = false }
114
+ polars-python = { version = " 0.48.0 " , path = " crates/polars-python" , default-features = false }
115
+ polars-row = { version = " 0.48.0 " , path = " crates/polars-row" , default-features = false }
116
+ polars-schema = { version = " 0.48.0 " , path = " crates/polars-schema" , default-features = false }
117
+ polars-sql = { version = " 0.48.0 " , path = " crates/polars-sql" , default-features = false }
118
+ polars-stream = { version = " 0.48.0 " , path = " crates/polars-stream" , default-features = false }
119
+ polars-time = { version = " 0.48.0 " , path = " crates/polars-time" , default-features = false }
120
+ polars-utils = { version = " 0.48.0 " , path = " crates/polars-utils" , default-features = false }
121
121
122
122
[workspace .dependencies .arrow-format ]
123
123
package = " polars-arrow-format"
124
124
version = " 0.1.0"
125
125
126
126
[workspace .dependencies .arrow ]
127
127
package = " polars-arrow"
128
- version = " 0.47.1 "
128
+ version = " 0.48.0 "
129
129
path = " crates/polars-arrow"
130
130
default-features = false
131
131
features = [
0 commit comments