opentelemetry-instrumentation-system-metrics: add support for psutil 7 (#3277)

This commit is contained in:
Riccardo Magliocchetti
2025-02-20 15:33:00 +01:00
committed by GitHub
parent 52bbcd6001
commit 8644630e7f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"opentelemetry-instrumentation == 0.52b0.dev",
"opentelemetry-api ~= 1.11",
"psutil >= 5.9.0, < 7",
"psutil >= 5.9.0, < 8",
]
[project.optional-dependencies]

View File

@ -3,7 +3,7 @@ Deprecated==1.2.14
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
psutil==6.0.0
psutil==7.0.0
py-cpuinfo==9.0.0
pytest==7.4.4
tomli==2.0.1