cibuildwheel not necessary in build-system metadata for azure-storage-extensions#46226
Merged
cibuildwheel not necessary in build-system metadata for azure-storage-extensions#46226
cibuildwheel not necessary in build-system metadata for azure-storage-extensions#46226Conversation
Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
scbedd
April 9, 2026 17:32
View session
cibuildwheel not necessary in build-system metadata for azure-storage-extensions
…system dep (forces new CI run) Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/663065b9-1da4-4b14-a932-3e518854a48f Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
scbedd
reviewed
Apr 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes cibuildwheel from the azure-storage-extensions build-system requirements to reflect that it’s an external wheel-building orchestrator rather than a PEP 517 build dependency, and documents the rationale inline.
Changes:
- Dropped
cibuildwheelfrom[build-system].requires. - Added an explanatory comment clarifying
cibuildwheel’s role as an outer orchestration tool.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure-storage-extensions/pyproject.toml | Removes cibuildwheel from build requirements and documents why. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
jalauzon-msft
approved these changes
Apr 9, 2026
tendau
pushed a commit
that referenced
this pull request
Apr 13, 2026
…orage-extensions` (#46226) * Add extra line to dev_requirements.txt to trigger build * Fix macOS build failure: remove cibuildwheel from build-system.requires Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Add comment to pyproject.toml to clarify cibuildwheel is not a build-system dep (forces new CI run) Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/663065b9-1da4-4b14-a932-3e518854a48f Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Apply suggestion from @scbedd Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
fafhrd91
pushed a commit
to fafhrd91/azure-sdk-for-python
that referenced
this pull request
Apr 28, 2026
…orage-extensions` (Azure#46226) * Add extra line to dev_requirements.txt to trigger build * Fix macOS build failure: remove cibuildwheel from build-system.requires Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Add comment to pyproject.toml to clarify cibuildwheel is not a build-system dep (forces new CI run) Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/663065b9-1da4-4b14-a932-3e518854a48f Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Apply suggestion from @scbedd Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
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.
c7f2f57f: removedcibuildwheelfrom[build-system].requires6132226used OLD code (checkout of01f1e62b4abefore fix) — CI race conditionpyproject.toml