@@ -15,7 +15,7 @@ default-members = [
1515]
1616
1717[workspace .package ]
18- version = " 0.50 .0"
18+ version = " 0.51 .0"
1919authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
2020edition = " 2024"
2121homepage = " https://www.pola.rs/"
@@ -102,39 +102,39 @@ version_check = "0.9.4"
102102xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
103103zstd = " 0.13"
104104
105- polars = { version = " 0.50 .0" , path = " crates/polars" , default-features = false }
106- polars-compute = { version = " 0.50 .0" , path = " crates/polars-compute" , default-features = false }
107- polars-core = { version = " 0.50 .0" , path = " crates/polars-core" , default-features = false }
108- polars-dtype = { version = " 0.50 .0" , path = " crates/polars-dtype" , default-features = false }
109- polars-dylib = { version = " 0.50 .0" , path = " crates/polars-dylib" , default-features = false }
110- polars-error = { version = " 0.50 .0" , path = " crates/polars-error" , default-features = false }
111- polars-expr = { version = " 0.50 .0" , path = " crates/polars-expr" , default-features = false }
112- polars-ffi = { version = " 0.50 .0" , path = " crates/polars-ffi" , default-features = false }
113- polars-io = { version = " 0.50 .0" , path = " crates/polars-io" , default-features = false }
114- polars-json = { version = " 0.50 .0" , path = " crates/polars-json" , default-features = false }
115- polars-lazy = { version = " 0.50 .0" , path = " crates/polars-lazy" , default-features = false }
116- polars-mem-engine = { version = " 0.50 .0" , path = " crates/polars-mem-engine" , default-features = false }
117- polars-ops = { version = " 0.50 .0" , path = " crates/polars-ops" , default-features = false }
118- polars-parquet = { version = " 0.50 .0" , path = " crates/polars-parquet" , default-features = false }
119- polars-plan = { version = " 0.50 .0" , path = " crates/polars-plan" , default-features = false }
120- polars-python = { version = " 0.50 .0" , path = " crates/polars-python" , default-features = false }
121- polars-row = { version = " 0.50 .0" , path = " crates/polars-row" , default-features = false }
122- polars-schema = { version = " 0.50 .0" , path = " crates/polars-schema" , default-features = false }
123- polars-sql = { version = " 0.50 .0" , path = " crates/polars-sql" , default-features = false }
124- polars-stream = { version = " 0.50 .0" , path = " crates/polars-stream" , default-features = false }
125- polars-testing = { version = " 0.50 .0" , path = " crates/polars-testing" , default-features = false }
126- polars-time = { version = " 0.50 .0" , path = " crates/polars-time" , default-features = false }
127- polars-utils = { version = " 0.50 .0" , path = " crates/polars-utils" , default-features = false }
128- pyo3-polars = { version = " 0.23 .0" , path = " pyo3-polars/pyo3-polars" }
129- pyo3-polars-derive = { version = " 0.17 .0" , path = " pyo3-polars/pyo3-polars-derive" }
105+ polars = { version = " 0.51 .0" , path = " crates/polars" , default-features = false }
106+ polars-compute = { version = " 0.51 .0" , path = " crates/polars-compute" , default-features = false }
107+ polars-core = { version = " 0.51 .0" , path = " crates/polars-core" , default-features = false }
108+ polars-dtype = { version = " 0.51 .0" , path = " crates/polars-dtype" , default-features = false }
109+ polars-dylib = { version = " 0.51 .0" , path = " crates/polars-dylib" , default-features = false }
110+ polars-error = { version = " 0.51 .0" , path = " crates/polars-error" , default-features = false }
111+ polars-expr = { version = " 0.51 .0" , path = " crates/polars-expr" , default-features = false }
112+ polars-ffi = { version = " 0.51 .0" , path = " crates/polars-ffi" , default-features = false }
113+ polars-io = { version = " 0.51 .0" , path = " crates/polars-io" , default-features = false }
114+ polars-json = { version = " 0.51 .0" , path = " crates/polars-json" , default-features = false }
115+ polars-lazy = { version = " 0.51 .0" , path = " crates/polars-lazy" , default-features = false }
116+ polars-mem-engine = { version = " 0.51 .0" , path = " crates/polars-mem-engine" , default-features = false }
117+ polars-ops = { version = " 0.51 .0" , path = " crates/polars-ops" , default-features = false }
118+ polars-parquet = { version = " 0.51 .0" , path = " crates/polars-parquet" , default-features = false }
119+ polars-plan = { version = " 0.51 .0" , path = " crates/polars-plan" , default-features = false }
120+ polars-python = { version = " 0.51 .0" , path = " crates/polars-python" , default-features = false }
121+ polars-row = { version = " 0.51 .0" , path = " crates/polars-row" , default-features = false }
122+ polars-schema = { version = " 0.51 .0" , path = " crates/polars-schema" , default-features = false }
123+ polars-sql = { version = " 0.51 .0" , path = " crates/polars-sql" , default-features = false }
124+ polars-stream = { version = " 0.51 .0" , path = " crates/polars-stream" , default-features = false }
125+ polars-testing = { version = " 0.51 .0" , path = " crates/polars-testing" , default-features = false }
126+ polars-time = { version = " 0.51 .0" , path = " crates/polars-time" , default-features = false }
127+ polars-utils = { version = " 0.51 .0" , path = " crates/polars-utils" , default-features = false }
128+ pyo3-polars = { version = " 0.24 .0" , path = " pyo3-polars/pyo3-polars" }
129+ pyo3-polars-derive = { version = " 0.18 .0" , path = " pyo3-polars/pyo3-polars-derive" }
130130
131131[workspace .dependencies .arrow-format ]
132132package = " polars-arrow-format"
133133version = " 0.2.0"
134134
135135[workspace .dependencies .arrow ]
136136package = " polars-arrow"
137- version = " 0.50 .0"
137+ version = " 0.51 .0"
138138path = " crates/polars-arrow"
139139default-features = false
140140features = [
0 commit comments