This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch pinpackaging in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
commit 9640c599126bfc2dec2491b252cfabbe6c2d5446 Author: kezhenxu94 <[email protected]> AuthorDate: Mon Jan 12 16:34:39 2026 +0800 fix: pin packaging dep to 25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55a1334..97a53a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ sw-python = 'skywalking.bootstrap.cli.sw_python:start' python = ">=3.8, <=3.13" grpcio = '*' grpcio-tools = '*' -packaging = '*' +packaging = '25.0' wrapt = '*' psutil = '<=5.9.5' requests = { version = ">=2.26.0", optional = true }
