From 313ce20cd225e68d2daf0e657371cb2e90dce9f5 Mon Sep 17 00:00:00 2001 From: James Verbus Date: Sat, 24 Jan 2026 01:38:17 -0800 Subject: [PATCH] build(isolation-forest-onnx): bump twine to 6.2.0 for PyPI upload compatibility - Update dev tooling pin from twine==5.1.1 -> 6.2.0 in requirements-dev.txt and setup.cfg - Fixes CI publish failures caused by newer wheel metadata validation --- isolation-forest-onnx/requirements-dev.txt | 2 +- isolation-forest-onnx/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isolation-forest-onnx/requirements-dev.txt b/isolation-forest-onnx/requirements-dev.txt index aaa4b66..6227d8b 100644 --- a/isolation-forest-onnx/requirements-dev.txt +++ b/isolation-forest-onnx/requirements-dev.txt @@ -9,4 +9,4 @@ wheel==0.46.2 flake8==7.1.1 mypy==1.11 setuptools==78.1.1 -twine==5.1.1 +twine==6.2.0 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index 3acdbcf..d8811be 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -28,7 +28,7 @@ dev = flake8==7.1.1 mypy==1.11 setuptools==78.1.1 - twine==5.1.1 + twine==6.2.0 [flake8] max-line-length = 88