Skip to content

Commit

Permalink
[OpenAI] Update the min dep version of @azure-rest/core-client (Azure…
Browse files Browse the repository at this point in the history
…#27012)

### Packages impacted by this PR
@azure/openai

### Issues associated with this PR
Azure#27006

### Describe the problem that is addressed by this PR
`OperationOptions` was exported in @azure-rest/[email protected] so we
need to use this minimum version in openai.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
N/A

### Are there test cases added in this PR? _(If not, why?)_
N/A

### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
deyaaeldeen authored Sep 5, 2023
1 parent 0d26c9c commit 1f74d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/openai/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"typescript": "~5.0.0"
},
"dependencies": {
"@azure-rest/core-client": "^1.1.3",
"@azure-rest/core-client": "^1.1.4",
"@azure/core-auth": "^1.4.0",
"@azure/core-lro": "^2.5.3",
"@azure/core-rest-pipeline": "^1.10.2",
Expand Down

0 comments on commit 1f74d0a

Please sign in to comment.