This is an automated email from the ASF dual-hosted git repository.
jerry-024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git
The following commit(s) were added to refs/heads/main by this push:
new 8fc9cbd fix license in dependencies.py
8fc9cbd is described below
commit 8fc9cbdbb601a98d39418c5c3cf4cea7144d890b
Author: yantian <[email protected]>
AuthorDate: Mon Sep 14 17:08:59 2026 +0800
fix license in dependencies.py
---
tools/dependencies.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/dependencies.py b/tools/dependencies.py
index 5efb49f..a4f7be1 100755
--- a/tools/dependencies.py
+++ b/tools/dependencies.py
@@ -59,7 +59,7 @@ def check_single_package(root):
if (pkg_dir / "Cargo.toml").exists():
print(f"Checking dependencies of {root}")
subprocess.run(
- ["cargo", "deny", "check", "licenses"],
+ ["cargo", "deny", "check", "license"],
cwd=pkg_dir,
check=True,
)