@@ -31,37 +31,23 @@ arrow = { version = "57.0.0", features = ["prettyprint"] }
3131arrow-array = " 57.0.0"
3232arrow-buffer = " 57.0.0"
3333arrow-flight = " 57.0.0"
34- arrow-json = " 57.0.0"
3534arrow-schema = " 57.0.0"
36- async-openai = { git = " https://github.com/spiceai/async-openai" , rev = " 7d5d31718143bf847cbc46286d4be26f035b58a0" , features = [
37- " byot" ,
38- " embedding" ,
39- " chat-completion" ,
40- " responses" ,
41- " model" ,
42- ] }
4335async-trait = " 0.1.89"
44- aws-config = " 1.8.13"
45- aws-credential-types = " 1.2.11"
46- aws-sdk-dynamodb = " 1.104.0"
4736base64 = " 0.22.1"
4837byte-unit = " 5.1.4"
4938bytes = " 1.10.0"
5039chrono = " 0.4.42"
5140clap = { version = " 4.5.54" , features = [" derive" , " env" ] }
52- datafusion = " 51.0.0"
5341duckdb = " 1.4.4"
5442duration-parse = { path = " crates/duration-parse" }
5543tpchgen = " 2.0.2"
5644tpchgen-arrow = " 2.0.2"
5745futures = " 0.3.30"
58- hf-hub = { version = " 0.4" , features = [" tokio" ] }
5946http = " 1.3.1"
6047humantime = " 2.1.0"
61- indexmap = " 2"
48+ indexmap = { version = " 2" , features = [ " serde " ] }
6249insta = { version = " 1.46.1" , features = [" filters" ] }
63- itertools = " 0.14"
64- nix = " 0.30"
50+ nix = { version = " 0.30" , features = [" signal" ] }
6551object_store = { version = " 0.12.4" , features = [
6652 " aws" ,
6753 " gcp" ,
@@ -121,7 +107,6 @@ url = { version = "2.5", features = ["serde"] }
121107util = { path = " crates/util" }
122108uuid = " 1"
123109
124- spiceai = { git = " https://github.com/spiceai/spice-rs.git" , rev = " 4c63970cf1d78c71eb69e2f4346d5d4795631b47" } # branch: trunk
125110
126111[package ]
127112edition.workspace = true
@@ -142,7 +127,6 @@ checkpointer = { path = "crates/checkpointer" }
142127clap.workspace = true
143128data-generation = { path = " crates/data-generation" }
144129etl = { path = " crates/etl" }
145- reqwest.workspace = true
146130serde.workspace = true
147131serde_json.workspace = true
148132system-adapter-protocol = { path = " crates/system-adapter-protocol" }
0 commit comments