File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ polars = { workspace = true, features = [
3535 " strings" ,
3636 " rows" ,
3737] }
38- popgetter-core = { path = " ../popgetter-core" , version = " 0.2.0 " }
38+ popgetter-core = { path = " ../popgetter-core" , version = " 0.2.1 " }
3939popgetter-llm = { version = " 0.1.0" , path = " ../popgetter-llm" , optional = true }
4040pretty_env_logger = { workspace = true }
4141qdrant-client = { workspace = true , optional = true }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ itertools = { workspace = true }
1111langchain-rust = { workspace = true , features = [" qdrant" , " qdrant-client" ] }
1212log = { workspace = true }
1313polars = { workspace = true , features = [" json" ] }
14- popgetter-core = { path = " ../popgetter-core" }
14+ popgetter-core = { path = " ../popgetter-core" , version = " 0.2.1 " }
1515pretty_env_logger = { workspace = true }
1616qdrant-client = { workspace = true }
1717rand = { workspace = true }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ polars = { workspace = true, features = [
2323 " strings" ,
2424 " rows" ,
2525] }
26- popgetter-core = { path = " ../popgetter-core" , version = " 0.2.0 " }
26+ popgetter-core = { path = " ../popgetter-core" , version = " 0.2.1 " }
2727pyo3 = { workspace = true , features = [" anyhow" , " experimental-async" ] }
2828pyo3-polars = { workspace = true , features = [" derive" , " dtype-struct" ] }
2929serde = { workspace = true }
You can’t perform that action at this time.
0 commit comments