From f97ebbbcff04c5dd1afeb5a2eff6ee3d27dbdff4 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Tue, 12 May 2026 13:19:02 +0000 Subject: [PATCH] Bump AINode urllib3 to patched release Signed-off-by: Arpit Jain --- iotdb-core/ainode/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index 0dc630fb0ff6..40ea428907ba 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -115,7 +115,7 @@ black = ">=26.3.1" isort = "6.0.1" setuptools = ">=75.3.0" joblib = ">=1.4.2" -urllib3 = "2.6.3" +urllib3 = "2.7.0" jaxtyping = ">=0.2.24" rotary-embedding-torch = ">=0.8.0" @@ -124,4 +124,4 @@ ainode = "iotdb.ainode.core.script:main" [tool.isort] profile = "black" -skip = ["build", "dist", "target"] \ No newline at end of file +skip = ["build", "dist", "target"]