This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 964f51738f2 Update pyproject.toml (#17296)
964f51738f2 is described below
commit 964f51738f29e89ceea7dfdcb1be0af7c7d9df8d
Author: Yongzao <[email protected]>
AuthorDate: Fri Mar 13 18:54:25 2026 +0800
Update pyproject.toml (#17296)
---
iotdb-core/ainode/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index 6a29dbbdb62..d92a466daf7 100644
--- a/iotdb-core/ainode/pyproject.toml
+++ b/iotdb-core/ainode/pyproject.toml
@@ -111,7 +111,7 @@ hf_xet = ">=1.1.9"
# ---- Tooling ----
pyinstaller = "6.16.0"
-black = "25.1.0"
+black = ">=26.3.1"
isort = "6.0.1"
setuptools = ">=75.3.0"
joblib = ">=1.4.2"