Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"opentelemetry-semantic-conventions>=0.48b0",
"typing_extensions>=4.12.2",
"pyyaml>=6.0.2",
"setuptools>=69.0.0; python_version >= \"3.12\"",
"setuptools>=69.0.0,<81.0.0; python_version >= \"3.12\"",
"psutil>=5.9.0; sys_platform == \"win32\"",
]

Expand Down
Loading