Skip to content

Commit 50ae9fc

Browse files
authored
Merge pull request #111 from Urban-Analytics-Technology-Platform/update-popgetter-versions
Update popgetter versions in Cargo.toml files
2 parents a19258a + 5d61693 commit 50ae9fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

popgetter-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" }
3939
popgetter-llm = { version = "0.1.0", path = "../popgetter-llm", optional = true }
4040
pretty_env_logger = { workspace = true }
4141
qdrant-client = { workspace = true, optional = true }

popgetter-llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ itertools = { workspace = true }
1111
langchain-rust = { workspace = true, features = ["qdrant", "qdrant-client"] }
1212
log = { workspace = true }
1313
polars = { workspace = true, features = ["json"] }
14-
popgetter-core = { path = "../popgetter-core" }
14+
popgetter-core = { path = "../popgetter-core", version = "0.2.1" }
1515
pretty_env_logger = { workspace = true }
1616
qdrant-client = { workspace = true }
1717
rand = { workspace = true }

popgetter-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" }
2727
pyo3 = { workspace = true, features = ["anyhow", "experimental-async"] }
2828
pyo3-polars = { workspace = true, features = ["derive", "dtype-struct"] }
2929
serde = { workspace = true }

0 commit comments

Comments
 (0)