fix(core-py): declare the engine version the bindings build against (#2659)

This commit is contained in:
Jax Liu
2026-08-11 17:29:17 +08:00
committed by GitHub
parent ec85b1e158
commit 92cdf43952
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.29.0", features = ["extension-module", "abi3-py311"] }
wren-core = { path = "../wren-core/core", package = "wren-semantic-core" }
wren-core = { version = "0.3.1", path = "../wren-core/core", package = "wren-semantic-core" }
wren-core-base = { path = "../wren-core-base", features = ["python-binding"] }
datafusion-common = "53.0.0"
base64 = "0.22.1"
+5
View File
@@ -107,6 +107,11 @@
"type": "toml",
"jsonpath": "$.workspace.dependencies.wren-core-base.version"
},
{
"path": "/core/wren-core-py/Cargo.toml",
"type": "toml",
"jsonpath": "$.dependencies.wren-core.version"
},
{
"path": "/core/wren-core-py/Cargo.lock",
"type": "toml",