Revert "Update @typespec/http-client-python to 0.35.0" (DO NOT MERGE) - #5009
Draft
msyyc wants to merge 1 commit into
Draft
Revert "Update @typespec/http-client-python to 0.35.0" (DO NOT MERGE)#5009msyyc wants to merge 1 commit into
msyyc wants to merge 1 commit into
Conversation
This reverts commit 00dfbf4.
Contributor
|
No changes needing a change description found. |
Contributor
|
You can try these changes here
|
This was referenced Jul 22, 2026
Closed
XiaofeiCao
pushed a commit
to XiaofeiCao/typespec-azure
that referenced
this pull request
Jul 28, 2026
…zure#5059) Fixes Azure#5010. ## Problem `@typespec/http-client-python` is not a workspace package — it is consumed from npm through the pnpm **catalog**, so bumping it only edits the root `pnpm-workspace.yaml`. pnpm attributes root-file changes to the **root package only**, so `pnpm --filter "...[base]"` reports no affected emitter and `detect-affected` returns `python: false`. That is why Azure#5009 ran no Python CI. ## Fix Add `pnpm-workspace.yaml` to `sharedExtra`, so any change to it triggers every emitter target — the same treatment the `core` submodule pointer already gets. The file changes rarely and always affects dependency resolution repo-wide, so this is deliberately blunt rather than trying to work out which catalog entry moved. ## Verification Simulated the Azure#5009 diff locally with `BASE_SHA=origin/main`: ``` Affected targets: {"python":true,"java":true,"typescript":true,"go":true} ``` Plus a unit test in `eng/scripts/detect-affected.test.ts`. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 19d6a84d-f603-41ee-8377-6dfb7e661391
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.
Only for test and do not merge