ci(release): sync wrenai version in uv.lock (#2351)

This commit is contained in:
Peter
2026-06-09 10:45:35 +08:00
committed by GitHub
parent 5fd887066b
commit 492a57b16e
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -3296,7 +3296,7 @@ wheels = [
[[package]]
name = "wrenai"
version = "0.8.0"
version = "0.9.0"
source = { editable = "." }
dependencies = [
{ name = "boto3" },
+5 -1
View File
@@ -16,7 +16,11 @@
"release-type": "python",
"bump-minor-pre-major": true,
"extra-files": [
"src/wren/__init__.py"
{
"path": "uv.lock",
"type": "toml",
"jsonpath": "$.package[?(@.name.value=='wrenai')].version"
}
]
},
"core/wren-core-wasm": {