Conversation
|
Hold off on merging this. I am working to merge in all of the Agent Graph work so that we don't have multiple breaking change versions. |
846fe7d to
8efa42f
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.
| [project] | ||
| name = "launchdarkly-server-sdk-ai-optimization" | ||
| version = "0.0.0" # x-release-please-version | ||
| version = "0.1.0" # x-release-please-version |
There was a problem hiding this comment.
Optimization package version not bumped to 0.1.0
Medium Severity
The optimization package's pyproject.toml is bumped to 0.1.0, but packages/optimization/src/ldai_optimization/__init__.py still has __version__ = "0.0.0". The release-please-config.json lists this __init__.py as an extra-file that should be updated, but it was missed — likely because it lacks the # x-release-please-version marker comment. Anyone checking ldai_optimization.__version__ at runtime will see "0.0.0" instead of "0.1.0".
Additional Locations (1)
8efa42f to
2ddb0a6
Compare


🤖 I have created a release beep boop
launchdarkly-server-sdk-ai: 0.17.0
0.17.0 (2026-03-30)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-langchain: 0.4.0
0.4.0 (2026-03-30)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-openai: 0.3.0
0.3.0 (2026-03-30)
⚠ BREAKING CHANGES
Features
launchdarkly-server-sdk-ai-optimization: 0.1.0
0.1.0 (2026-03-30)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Low Risk
Release-only changes (version numbers, manifest, and changelogs) with no functional code modifications beyond
__version__updates.Overview
Release Please version bump across packages. Updates
.release-please-manifest.json, packagepyproject.tomlversions, andldai.__version__forlaunchdarkly-server-sdk-ai(0.16.1→0.17.0), LangChain provider (0.3.2→0.4.0), OpenAI provider (0.2.1→0.3.0), and publisheslaunchdarkly-server-sdk-ai-optimization(0.1.0).Adds corresponding
CHANGELOG.mdentries and updatesPROVENANCE.mdwith the new SDK version.Written by Cursor Bugbot for commit 2ddb0a6. This will update automatically on new commits. Configure here.