Skip to content

Commit 9640c59

Browse files
committed
fix: pin packaging dep to 25
1 parent d2fe0af commit 9640c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sw-python = 'skywalking.bootstrap.cli.sw_python:start'
7272
python = ">=3.8, <=3.13"
7373
grpcio = '*'
7474
grpcio-tools = '*'
75-
packaging = '*'
75+
packaging = '25.0'
7676
wrapt = '*'
7777
psutil = '<=5.9.5'
7878
requests = { version = ">=2.26.0", optional = true }

0 commit comments

Comments
 (0)