@@ -10,7 +10,7 @@ default-members = [
1010]
1111
1212[workspace .package ]
13- version = " 0.48.1 "
13+ version = " 0.49.0 "
1414authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
1515edition = " 2024"
1616homepage = " https://www.pola.rs/"
@@ -99,36 +99,36 @@ version_check = "0.9.4"
9999xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
100100zstd = " 0.13"
101101
102- polars = { version = " 0.48.1 " , path = " crates/polars" , default-features = false }
103- polars-compute = { version = " 0.48.1 " , path = " crates/polars-compute" , default-features = false }
104- polars-core = { version = " 0.48.1 " , path = " crates/polars-core" , default-features = false }
105- polars-dylib = { version = " 0.48.1 " , path = " crates/polars-dylib" , default-features = false }
106- polars-error = { version = " 0.48.1 " , path = " crates/polars-error" , default-features = false }
107- polars-expr = { version = " 0.48.1 " , path = " crates/polars-expr" , default-features = false }
108- polars-ffi = { version = " 0.48.1 " , path = " crates/polars-ffi" , default-features = false }
109- polars-io = { version = " 0.48.1 " , path = " crates/polars-io" , default-features = false }
110- polars-json = { version = " 0.48.1 " , path = " crates/polars-json" , default-features = false }
111- polars-lazy = { version = " 0.48.1 " , path = " crates/polars-lazy" , default-features = false }
112- polars-mem-engine = { version = " 0.48.1 " , path = " crates/polars-mem-engine" , default-features = false }
113- polars-ops = { version = " 0.48.1 " , path = " crates/polars-ops" , default-features = false }
114- polars-parquet = { version = " 0.48.1 " , path = " crates/polars-parquet" , default-features = false }
115- polars-plan = { version = " 0.48.1 " , path = " crates/polars-plan" , default-features = false }
116- polars-python = { version = " 0.48.1 " , path = " crates/polars-python" , default-features = false }
117- polars-row = { version = " 0.48.1 " , path = " crates/polars-row" , default-features = false }
118- polars-schema = { version = " 0.48.1 " , path = " crates/polars-schema" , default-features = false }
119- polars-sql = { version = " 0.48.1 " , path = " crates/polars-sql" , default-features = false }
120- polars-stream = { version = " 0.48.1 " , path = " crates/polars-stream" , default-features = false }
121- polars-testing = { version = " 0.48.1 " , path = " crates/polars-testing" , default-features = false }
122- polars-time = { version = " 0.48.1 " , path = " crates/polars-time" , default-features = false }
123- polars-utils = { version = " 0.48.1 " , path = " crates/polars-utils" , default-features = false }
102+ polars = { version = " 0.49.0 " , path = " crates/polars" , default-features = false }
103+ polars-compute = { version = " 0.49.0 " , path = " crates/polars-compute" , default-features = false }
104+ polars-core = { version = " 0.49.0 " , path = " crates/polars-core" , default-features = false }
105+ polars-dylib = { version = " 0.49.0 " , path = " crates/polars-dylib" , default-features = false }
106+ polars-error = { version = " 0.49.0 " , path = " crates/polars-error" , default-features = false }
107+ polars-expr = { version = " 0.49.0 " , path = " crates/polars-expr" , default-features = false }
108+ polars-ffi = { version = " 0.49.0 " , path = " crates/polars-ffi" , default-features = false }
109+ polars-io = { version = " 0.49.0 " , path = " crates/polars-io" , default-features = false }
110+ polars-json = { version = " 0.49.0 " , path = " crates/polars-json" , default-features = false }
111+ polars-lazy = { version = " 0.49.0 " , path = " crates/polars-lazy" , default-features = false }
112+ polars-mem-engine = { version = " 0.49.0 " , path = " crates/polars-mem-engine" , default-features = false }
113+ polars-ops = { version = " 0.49.0 " , path = " crates/polars-ops" , default-features = false }
114+ polars-parquet = { version = " 0.49.0 " , path = " crates/polars-parquet" , default-features = false }
115+ polars-plan = { version = " 0.49.0 " , path = " crates/polars-plan" , default-features = false }
116+ polars-python = { version = " 0.49.0 " , path = " crates/polars-python" , default-features = false }
117+ polars-row = { version = " 0.49.0 " , path = " crates/polars-row" , default-features = false }
118+ polars-schema = { version = " 0.49.0 " , path = " crates/polars-schema" , default-features = false }
119+ polars-sql = { version = " 0.49.0 " , path = " crates/polars-sql" , default-features = false }
120+ polars-stream = { version = " 0.49.0 " , path = " crates/polars-stream" , default-features = false }
121+ polars-testing = { version = " 0.49.0 " , path = " crates/polars-testing" , default-features = false }
122+ polars-time = { version = " 0.49.0 " , path = " crates/polars-time" , default-features = false }
123+ polars-utils = { version = " 0.49.0 " , path = " crates/polars-utils" , default-features = false }
124124
125125[workspace .dependencies .arrow-format ]
126126package = " polars-arrow-format"
127127version = " 0.2.0"
128128
129129[workspace .dependencies .arrow ]
130130package = " polars-arrow"
131- version = " 0.48.1 "
131+ version = " 0.49.0 "
132132path = " crates/polars-arrow"
133133default-features = false
134134features = [
0 commit comments