File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
instrumentation/opentelemetry-instrumentation-system-metrics Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- ` opentelemetry-instrumentation-aws-lambda ` Bugfix: AWS Lambda event source key incorrect for SNS in instrumentation library.
1111 ([ #2612 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2612 ) )
12+ - ` opentelemetry-instrumentation-system-metrics ` Permit to use psutil 6.0+.
13+ ([ #2630 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2630 ) )
1214
1315### Added
1416
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ classifiers = [
2727dependencies = [
2828 " opentelemetry-instrumentation == 0.47b0.dev" ,
2929 " opentelemetry-api ~= 1.11" ,
30- " psutil ~ = 5.9" ,
30+ " psutil > = 5.9.0, < 7 " ,
3131]
3232
3333[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ importlib-metadata==6.11.0
44iniconfig==2.0.0
55packaging==24.0
66pluggy==1.5.0
7- psutil==5.9.8
7+ psutil==6.0.0
88py-cpuinfo==9.0.0
99pytest==7.4.4
1010pytest-benchmark==4.0.0
You can’t perform that action at this time.
0 commit comments