update emitter-package dependencies#47613
Merged
Merged
Conversation
…te.py Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ption Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…y typespec-python bumps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…icted-network fallbacks Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…file steps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ple, handle branch collision and conditional lock-file commit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…com/Azure/azure-sdk-for-python into update-emitter-package-dependencies
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the TypeSpec emitter dependency manifest (eng/emitter-package.json) and its lock file (eng/emitter-package-lock.json) to newer aligned versions. These files control the TypeSpec emitter toolchain used to generate Azure SDK for Python client libraries from API specifications, so the update keeps SDK code generation on the latest patch/minor releases of the emitter dependencies.
Changes:
- Bumped
@typespec/http-client-pythonfrom^0.32.0to^0.33.0. - Bumped
@azure-tools/typespec-client-generator-corefrom~0.69.0to~0.69.1. - Regenerated the lock file, updating resolved versions/integrity hashes for the above plus transitive deps
chardet(2.1.1 → 2.2.0) andsemver(7.8.4 → 7.8.5).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
eng/emitter-package.json |
Bumps the http-client-python and typespec-client-generator-core emitter dependency version ranges. |
eng/emitter-package-lock.json |
Updates resolved versions and integrity hashes for the bumped packages and their transitive dependencies, consistent with the manifest. |
Files not reviewed (1)
- eng/emitter-package-lock.json: Generated file
msyyc
commented
Jun 23, 2026
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
ChenxiJiang333
approved these changes
Jun 23, 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.
Update emitter-package.json dependencies to their latest aligned versions.