From ea9714797f976971aea2040f25f8dce8f95f1cbf Mon Sep 17 00:00:00 2001 From: Yongzao <532741407@qq.com> Date: Fri, 13 Mar 2026 16:42:24 +0800 Subject: [PATCH] Update pyproject.toml --- 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 6a29dbbdb628b..d92a466daf73c 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"