Open
Conversation
1202022 to
028b71b
Compare
joker23
approved these changes
Feb 12, 2026
4ca8b4e to
19c791e
Compare
| "@langchain/community": "^0.3.0", | ||
| "@langchain/core": "^0.3.0", | ||
| "@launchdarkly/server-sdk-ai": "^0.16.1", | ||
| "@launchdarkly/server-sdk-ai": "^0.16.2", |
There was a problem hiding this comment.
Peer dependency not bumped, incompatible with released version
High Severity
The changelogs for langchain, openai, and vercel providers all claim peerDependencies for @launchdarkly/server-sdk-ai were bumped from ^0.15.0 to ^0.16.2, but the actual package.json files still have "@launchdarkly/server-sdk-ai": "^0.15.0". Because npm's caret behavior for 0.x versions treats ^0.15.0 as >=0.15.0 <0.16.0, the co-released server-sdk-ai@0.16.2 does not satisfy this constraint. Users will see peer dependency errors/warnings when installing these packages together.
Additional Locations (2)
19c791e to
3ce43ff
Compare
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.


🤖 I have created a release beep boop
server-sdk-ai: 0.16.2
0.16.2 (2026-02-13)
Bug Fixes
server-sdk-ai-langchain: 0.4.5
0.4.5 (2026-02-13)
Bug Fixes
Dependencies
server-sdk-ai-openai: 0.4.5
0.4.5 (2026-02-13)
Bug Fixes
Dependencies
server-sdk-ai-vercel: 0.4.5
0.4.5 (2026-02-13)
Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.
Note
Low Risk
Release-only changes (version/changelog/dependency bumps) with no functional code changes beyond updating the reported SDK version constant.
Overview
Publishes a new patch release across
@launchdarkly/server-sdk-ai(0.16.2) and the LangChain/OpenAI/Vercel provider packages (0.4.5), updating.release-please-manifest.json, package versions, and changelogs.Bumps provider dev dependency pins to
@launchdarkly/server-sdk-ai@^0.16.2, updates example apps to reference0.16.2, and updatesserver-ai’saiSdkVersionconstant accordingly.Written by Cursor Bugbot for commit 3ce43ff. This will update automatically on new commits. Configure here.