Skip to content

Commit 8644630

Browse files
authoredFeb 20, 2025··
opentelemetry-instrumentation-system-metrics: add support for psutil 7 (#3277)
1 parent 52bbcd6 commit 8644630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎instrumentation/opentelemetry-instrumentation-system-metrics/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"opentelemetry-instrumentation == 0.52b0.dev",
3030
"opentelemetry-api ~= 1.11",
31-
"psutil >= 5.9.0, < 7",
31+
"psutil >= 5.9.0, < 8",
3232
]
3333

3434
[project.optional-dependencies]

‎instrumentation/opentelemetry-instrumentation-system-metrics/test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Deprecated==1.2.14
33
iniconfig==2.0.0
44
packaging==24.0
55
pluggy==1.5.0
6-
psutil==6.0.0
6+
psutil==7.0.0
77
py-cpuinfo==9.0.0
88
pytest==7.4.4
99
tomli==2.0.1

0 commit comments

Comments
 (0)
Please sign in to comment.