@@ -17,7 +17,7 @@ default-members = [
1717]
1818
1919[workspace .package ]
20- version = " 0.52 .0"
20+ version = " 0.53 .0"
2121authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
2222edition = " 2024"
2323homepage = " https://www.pola.rs/"
@@ -110,40 +110,40 @@ xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
110110zmij = " 1.0.0"
111111zstd = " 0.13"
112112
113- polars = { version = " 0.52 .0" , path = " crates/polars" , default-features = false }
114- polars-buffer = { version = " 0.52 .0" , path = " crates/polars-buffer" , default-features = false }
115- polars-compute = { version = " 0.52 .0" , path = " crates/polars-compute" , default-features = false }
116- polars-core = { version = " 0.52 .0" , path = " crates/polars-core" , default-features = false }
117- polars-dtype = { version = " 0.52 .0" , path = " crates/polars-dtype" , default-features = false }
118- polars-dylib = { version = " 0.52 .0" , path = " crates/polars-dylib" , default-features = false }
119- polars-error = { version = " 0.52 .0" , path = " crates/polars-error" , default-features = false }
120- polars-expr = { version = " 0.52 .0" , path = " crates/polars-expr" , default-features = false }
121- polars-ffi = { version = " 0.52 .0" , path = " crates/polars-ffi" , default-features = false }
122- polars-io = { version = " 0.52 .0" , path = " crates/polars-io" , default-features = false }
123- polars-json = { version = " 0.52 .0" , path = " crates/polars-json" , default-features = false }
124- polars-lazy = { version = " 0.52 .0" , path = " crates/polars-lazy" , default-features = false }
125- polars-mem-engine = { version = " 0.52 .0" , path = " crates/polars-mem-engine" , default-features = false }
126- polars-ops = { version = " 0.52 .0" , path = " crates/polars-ops" , default-features = false }
127- polars-parquet = { version = " 0.52 .0" , path = " crates/polars-parquet" , default-features = false }
128- polars-plan = { version = " 0.52 .0" , path = " crates/polars-plan" , default-features = false }
129- polars-python = { version = " 0.52 .0" , path = " crates/polars-python" , default-features = false }
130- polars-row = { version = " 0.52 .0" , path = " crates/polars-row" , default-features = false }
131- polars-schema = { version = " 0.52 .0" , path = " crates/polars-schema" , default-features = false }
132- polars-sql = { version = " 0.52 .0" , path = " crates/polars-sql" , default-features = false }
133- polars-stream = { version = " 0.52 .0" , path = " crates/polars-stream" , default-features = false }
134- polars-testing = { version = " 0.52 .0" , path = " crates/polars-testing" , default-features = false }
135- polars-time = { version = " 0.52 .0" , path = " crates/polars-time" , default-features = false }
136- polars-utils = { version = " 0.52 .0" , path = " crates/polars-utils" , default-features = false }
137- pyo3-polars = { version = " 0.25 .0" , path = " pyo3-polars/pyo3-polars" }
138- pyo3-polars-derive = { version = " 0.19 .0" , path = " pyo3-polars/pyo3-polars-derive" }
113+ polars = { version = " 0.53 .0" , path = " crates/polars" , default-features = false }
114+ polars-buffer = { version = " 0.53 .0" , path = " crates/polars-buffer" , default-features = false }
115+ polars-compute = { version = " 0.53 .0" , path = " crates/polars-compute" , default-features = false }
116+ polars-core = { version = " 0.53 .0" , path = " crates/polars-core" , default-features = false }
117+ polars-dtype = { version = " 0.53 .0" , path = " crates/polars-dtype" , default-features = false }
118+ polars-dylib = { version = " 0.53 .0" , path = " crates/polars-dylib" , default-features = false }
119+ polars-error = { version = " 0.53 .0" , path = " crates/polars-error" , default-features = false }
120+ polars-expr = { version = " 0.53 .0" , path = " crates/polars-expr" , default-features = false }
121+ polars-ffi = { version = " 0.53 .0" , path = " crates/polars-ffi" , default-features = false }
122+ polars-io = { version = " 0.53 .0" , path = " crates/polars-io" , default-features = false }
123+ polars-json = { version = " 0.53 .0" , path = " crates/polars-json" , default-features = false }
124+ polars-lazy = { version = " 0.53 .0" , path = " crates/polars-lazy" , default-features = false }
125+ polars-mem-engine = { version = " 0.53 .0" , path = " crates/polars-mem-engine" , default-features = false }
126+ polars-ops = { version = " 0.53 .0" , path = " crates/polars-ops" , default-features = false }
127+ polars-parquet = { version = " 0.53 .0" , path = " crates/polars-parquet" , default-features = false }
128+ polars-plan = { version = " 0.53 .0" , path = " crates/polars-plan" , default-features = false }
129+ polars-python = { version = " 0.53 .0" , path = " crates/polars-python" , default-features = false }
130+ polars-row = { version = " 0.53 .0" , path = " crates/polars-row" , default-features = false }
131+ polars-schema = { version = " 0.53 .0" , path = " crates/polars-schema" , default-features = false }
132+ polars-sql = { version = " 0.53 .0" , path = " crates/polars-sql" , default-features = false }
133+ polars-stream = { version = " 0.53 .0" , path = " crates/polars-stream" , default-features = false }
134+ polars-testing = { version = " 0.53 .0" , path = " crates/polars-testing" , default-features = false }
135+ polars-time = { version = " 0.53 .0" , path = " crates/polars-time" , default-features = false }
136+ polars-utils = { version = " 0.53 .0" , path = " crates/polars-utils" , default-features = false }
137+ pyo3-polars = { version = " 0.26 .0" , path = " pyo3-polars/pyo3-polars" }
138+ pyo3-polars-derive = { version = " 0.20 .0" , path = " pyo3-polars/pyo3-polars-derive" }
139139
140140[workspace .dependencies .arrow-format ]
141141package = " polars-arrow-format"
142142version = " 0.2.0"
143143
144144[workspace .dependencies .arrow ]
145145package = " polars-arrow"
146- version = " 0.52 .0"
146+ version = " 0.53 .0"
147147path = " crates/polars-arrow"
148148default-features = false
149149features = [
0 commit comments