update setuptools#19524
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned setuptools versions to address security concerns stemming from older setuptools usage (notably in the 32-bit synthDriverHost runtime builder).
Changes:
- Bumped
setuptoolsto80.10.2in the mainuv.lockandpyproject.tomlbuild-system requirements. - Bumped
setuptoolsto80.10.2inruntime-builders/synthDriverHost32(both lockfile andpyproject.toml), including its dev/build requirements. - Updated the developer-facing “Updated components” documentation entry to reflect the new
setuptoolsversion.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates the locked setuptools artifact metadata to 80.10.2. |
pyproject.toml |
Updates build-system setuptools requirement to 80.10.2. |
runtime-builders/synthDriverHost32/uv.lock |
Updates the 32-bit runtime builder lockfile and its setuptools dev specifier to 80.10.2. |
runtime-builders/synthDriverHost32/pyproject.toml |
Updates build-system + dev dependency-group setuptools requirements to 80.10.2. |
user_docs/en/changes.md |
Documents the setuptools upgrade to 80.10.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SaschaCowley
requested changes
Jan 30, 2026
Co-authored-by: Sascha Cowley <16543535+SaschaCowley@users.noreply.github.com>
Co-authored-by: WMHN <1872265132@qq.com>
SaschaCowley
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Replaces #19515
Follow up to #19432
Summary of the issue:
#19432 used an older version of setuptools which contains security vulnerabilities
Description of user facing changes:
none
Description of developer facing changes:
bump setuptools
Description of development approach:
bump setuptools
Testing strategy:
none
Known issues with pull request:
none
Code Review Checklist: