chore: release main#171
Conversation
c88fb7f to
f086fd7
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f086fd7. Configure here.
| [project] | ||
| name = "launchdarkly-server-sdk-ai-langchain" | ||
| version = "0.6.0" | ||
| version = "0.7.0" |
There was a problem hiding this comment.
Provider dependency lower bound allows incompatible SDK version
High Severity
Both provider packages (langchain 0.7.0 and openai 0.6.0) import AIGraphMetrics from ldai.providers.types, a symbol that only exists starting in launchdarkly-server-sdk-ai 0.20.0 (renamed from GraphMetrics in this release). However, both pyproject.toml files still declare launchdarkly-server-sdk-ai>=0.19.0 as the lower bound. Users who have 0.19.0 pinned will get an ImportError at runtime when the provider tries to import AIGraphMetrics.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit f086fd7. Configure here.
2daf4e1 to
fdee617
Compare
fdee617 to
e13d706
Compare


🤖 I have created a release beep boop
launchdarkly-server-sdk-ai: 0.20.0
0.20.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-langchain: 0.7.0
0.7.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
launchdarkly-server-sdk-ai-openai: 0.6.0
0.6.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Low Risk
Release-only changes (version numbers, changelogs, and provenance docs) with no functional code modifications in this diff.
Overview
Publishes a new Release Please cut by bumping package versions in
.release-please-manifest.jsonand each package’spyproject.toml(server-ai0.19.0→0.20.0,server-ai-langchain0.6.0→0.7.0,server-ai-openai0.5.0→0.6.0), plus updatingldai.__version__.Updates
CHANGELOG.mdentries to document the shipped breaking changes (metrics/token field renames, graph metrics type renames, judge message handling cleanup, and removal of stale managed-model/graph result types) and refreshesPROVENANCE.mdto reference the newserver-aiversion.Reviewed by Cursor Bugbot for commit e13d706. Bugbot is set up for automated code reviews on this repo. Configure here.