mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
opentelemetry-instrumentation-system-metrics: add support for psutil 7 (#3277)
This commit is contained in:

committed by
GitHub

parent
52bbcd6001
commit
8644630e7f
@ -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]
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user