Skip to content

Commit f97ebbb

Browse files
committed
Bump AINode urllib3 to patched release
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent ed7f4d7 commit f97ebbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iotdb-core/ainode/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ black = ">=26.3.1"
115115
isort = "6.0.1"
116116
setuptools = ">=75.3.0"
117117
joblib = ">=1.4.2"
118-
urllib3 = "2.6.3"
118+
urllib3 = "2.7.0"
119119
jaxtyping = ">=0.2.24"
120120
rotary-embedding-torch = ">=0.8.0"
121121

@@ -124,4 +124,4 @@ ainode = "iotdb.ainode.core.script:main"
124124

125125
[tool.isort]
126126
profile = "black"
127-
skip = ["build", "dist", "target"]
127+
skip = ["build", "dist", "target"]

0 commit comments

Comments
 (0)