mirror of
https://github.com/microsoft/generative-ai-for-beginners.git
synced 2026-06-05 21:07:14 +08:00
chore(deps): bump openai from 6.34.0 to 6.35.0
Bumps [openai](https://github.com/openai/openai-node) from 6.34.0 to 6.35.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.34.0...v6.35.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5cb8262e60
commit
6e18d2c08a
8
package-lock.json
generated
8
package-lock.json
generated
@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure-rest/ai-inference": "^1.0.0-beta.2",
|
"@azure-rest/ai-inference": "^1.0.0-beta.2",
|
||||||
"@azure/core-auth": "^1.10.1",
|
"@azure/core-auth": "^1.10.1",
|
||||||
"openai": "^6.34.0"
|
"openai": "^6.35.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^25.6.0",
|
"@types/node": "^25.6.0",
|
||||||
@ -1992,9 +1992,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/openai": {
|
"node_modules/openai": {
|
||||||
"version": "6.34.0",
|
"version": "6.35.0",
|
||||||
"resolved": "https://registry.npmjs.org/openai/-/openai-6.34.0.tgz",
|
"resolved": "https://registry.npmjs.org/openai/-/openai-6.35.0.tgz",
|
||||||
"integrity": "sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==",
|
"integrity": "sha512-L/skwIGnt5xQZHb0UfTu9uAUKbis3ehKypOuJKi20QvG7UStV6C8IC3myGYHcdiF4kms/bAvOJ9UqqNWqi8x/Q==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"openai": "bin/cli"
|
"openai": "bin/cli"
|
||||||
|
|||||||
@ -28,6 +28,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure-rest/ai-inference": "^1.0.0-beta.2",
|
"@azure-rest/ai-inference": "^1.0.0-beta.2",
|
||||||
"@azure/core-auth": "^1.10.1",
|
"@azure/core-auth": "^1.10.1",
|
||||||
"openai": "^6.34.0"
|
"openai": "^6.35.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user