Skip to content

Commit 690e72b

Browse files
chore: release main (#88)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai: 0.14.0</summary> ## [0.14.0](launchdarkly-server-sdk-ai-0.13.0...launchdarkly-server-sdk-ai-0.14.0) (2026-01-27) ### Features * add support for custom judges via evaluation metric key ([#86](#86)) ([a55503b](a55503b)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Introduces a new capability in the Python AI SDK. > > - **Feature:** Support custom judges via an evaluation metric key (documented in `CHANGELOG.md`) > - **Release:** Bump `launchdarkly-server-sdk-ai` to `0.14.0`; update version references in `.release-please-manifest.json`, `pyproject.toml`, `src/ldai/__init__.py`, and `PROVENANCE.md` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6989893. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Bailey <jbailey@launchdarkly.com>
1 parent a55503b commit 690e72b

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk/server-ai": "0.13.0",
2+
"packages/sdk/server-ai": "0.14.0",
33
"packages/ai-providers/server-ai-langchain": "0.3.0",
44
"packages/ai-providers/server-ai-openai": "0.1.0"
55
}

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.14.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.13.0...launchdarkly-server-sdk-ai-0.14.0) (2026-01-27)
6+
7+
8+
### Features
9+
10+
* Add support for custom judges via evaluation metric key ([#86](https://github.com/launchdarkly/python-server-sdk-ai/issues/86)) ([a55503b](https://github.com/launchdarkly/python-server-sdk-ai/commit/a55503b13553f53c05a8f004c76b25e01f6a5c40))
11+
512
## [0.13.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.12.0...launchdarkly-server-sdk-ai-0.13.0) (2026-01-22)
613

714

815
### Features
916

10-
* agent_graph SDK method ([#85](https://github.com/launchdarkly/python-server-sdk-ai/issues/85)) ([e9e8a50](https://github.com/launchdarkly/python-server-sdk-ai/commit/e9e8a5002e982597eb6a454c65d96713ec92e027))
17+
* Added agent_graph SDK method ([#85](https://github.com/launchdarkly/python-server-sdk-ai/issues/85)) ([e9e8a50](https://github.com/launchdarkly/python-server-sdk-ai/commit/e9e8a5002e982597eb6a454c65d96713ec92e027))
1118

1219
## [0.12.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.11.0...launchdarkly-server-sdk-ai-0.12.0) (2026-01-02)
1320

packages/sdk/server-ai/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
1010

1111
```
1212
# Set the version of the library to verify
13-
VERSION=0.13.0
13+
VERSION=0.14.0
1414
```
1515

1616
<!-- x-release-please-end -->

packages/sdk/server-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-server-sdk-ai"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "LaunchDarkly SDK for AI"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

packages/sdk/server-ai/src/ldai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.0" # x-release-please-version
1+
__version__ = "0.14.0" # x-release-please-version
22

33
from ldclient import log
44

0 commit comments

Comments
 (0)