Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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 clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cluster = [
]
examples = [
"click>=8.3",
"setuptools>=80.0",
"setuptools>=83.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setuptools bump breaks supervisor

Medium Severity

Raising the examples constraint to setuptools>=83.0.0 locks the whole workspace onto setuptools 83, which no longer ships pkg_resources. Locked supervisor 4.2.5 (via devservices) still does a top-level import pkg_resources, so devservices / supervisord fail at import after uv sync.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a1cbba1. Configure here.

]
datadog = [
"datadog>=0.49",
Expand Down
Loading
Loading