Skip to content

Commit e87832b

Browse files
chore: release main (#126)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-server-sdk-ai-langchain: 0.4.1</summary> ## [0.4.1](launchdarkly-server-sdk-ai-langchain-0.4.0...launchdarkly-server-sdk-ai-langchain-0.4.1) (2026-04-07) ### Bug Fixes * Fixes agent graph tool calls in fanned out graphs ([#123](#123)) ([c140410](c140410)) </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] > **Low Risk** > Low risk: only version/manifest metadata and changelog updates for a release; no functional code changes are included in this diff. > > **Overview** > Publishes `launchdarkly-server-sdk-ai-langchain` **v0.4.1** by bumping the package version in `pyproject.toml` and updating `.release-please-manifest.json`. > > Updates `CHANGELOG.md` with the 0.4.1 release notes, documenting a bug fix for agent graph tool calls in fanned-out graphs. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6d8d6b2. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c140410 commit e87832b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/sdk/server-ai": "0.17.0",
3-
"packages/ai-providers/server-ai-langchain": "0.4.0",
3+
"packages/ai-providers/server-ai-langchain": "0.4.1",
44
"packages/ai-providers/server-ai-openai": "0.3.0",
55
"packages/optimization": "0.1.0"
66
}

packages/ai-providers/server-ai-langchain/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.4.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.4.0...launchdarkly-server-sdk-ai-langchain-0.4.1) (2026-04-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Fixes agent graph tool calls in fanned out graphs ([#123](https://github.com/launchdarkly/python-server-sdk-ai/issues/123)) ([c140410](https://github.com/launchdarkly/python-server-sdk-ai/commit/c14041090643d1261881343fdd70b4079997b773))
11+
512
## [0.4.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.3.2...launchdarkly-server-sdk-ai-langchain-0.4.0) (2026-04-02)
613

714

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "launchdarkly-server-sdk-ai-langchain"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "LaunchDarkly AI SDK LangChain Provider"
55
authors = [{name = "LaunchDarkly", email = "dev@launchdarkly.com"}]
66
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)