-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Bump openai from 4.104.0 to 6.15.0 #2293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
| "@types/json-schema": "^7.0.15", | ||
| "chalk": "^4.1.2", | ||
| "openai": "^5.16.0", | ||
| "openai": "^6.15.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Incomplete openai version bump creates peer dependency conflict
This PR bumps openai from ^5.16.0 to ^6.15.0 in ts/packages/core/package.json and several example packages, but the @composio/openai provider package (ts/packages/providers/openai/package.json) still declares "openai": "^5.16.0" as a peer dependency. These version ranges don't overlap (^5.x requires <6.0.0, while ^6.x requires >=6.15.0), creating an incompatibility. Users installing both @composio/core and @composio/openai will encounter peer dependency conflicts, and potential runtime errors if the openai v6 API has breaking changes from v5.
330b88b to
86aca10
Compare
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
86aca10 to
93a8d2b
Compare
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
93a8d2b to
edf3a06
Compare
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
edf3a06 to
615153b
Compare
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
Bumps [openai](https://github.com/openai/openai-node) from 4.104.0 to 6.15.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](openai/openai-node@v4.104.0...v6.15.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
615153b to
6152fda
Compare
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
Bumps openai from 4.104.0 to 6.15.0.
Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
cb3987brelease: 6.15.01c94f92codegen metadata0f07c62fix: rebuild2e21ba0codegen metadata4f2b63frelease: 6.14.0f704c11feat(api): gpt-image-1.5330c362codegen metadataf27a852release: 6.13.0b510522feat(api): fix grader input list, add dated slugs for sora-2392a2fbfeat(api): api updateMaintainer changes
This version was pushed to npm by apcha-oai, a new releaser for openai since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)