mirror of
https://github.com/Canner/WrenAI.git
synced 2026-08-29 00:03:22 +08:00
fix(core-py): declare the engine version the bindings build against (#2659)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user