Update @azure-tools/openai-typespec to latest version (1.7.1)#44839
Merged
Update @azure-tools/openai-typespec to latest version (1.7.1)#44839
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @azure-tools/openai-typespec package from version 1.6.2 to 1.7.1 to fix a bug in emitted code, unblocking the merge of the latest azure-ai-projects client library.
Changes:
- Updated
@azure-tools/openai-typespecdependency to version 1.7.1 - Updated package lock file with new version's resolved URL and integrity hash
- Automatic patch update of
@azure-tools/typespec-client-generator-corefrom 0.64.2 to 0.64.3 (within the~0.64.2semver range)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/emitter-package.json | Updated @azure-tools/openai-typespec version from 1.6.2 to 1.7.1 |
| eng/emitter-package-lock.json | Updated lock file with new package version, resolved URL, integrity hash, and peer dependency markers |
Files not reviewed (1)
- eng/emitter-package-lock.json: Language not supported
catalinaperalta
approved these changes
Jan 26, 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.
Version update is needed for
@azure-tools/openai-typespec, in order to pick up TypeSpec changes required for the next beta release. This is to unblock merge of latest emitted azure-ai-projects client library into Main branch.Not sure what the
"peer": trueadditions are in the resulting lock file, but I'm assuming it's related to runningnpm installwith latest tools.