Skip to content

Commit 4f1c86a

Browse files
committed
[REL-12055] resolve client.py conflict
2 parents f07f60e + 3b485fc commit 4f1c86a

16 files changed

Lines changed: 169 additions & 48 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk/server-ai": "0.14.0",
3-
"packages/ai-providers/server-ai-langchain": "0.3.0",
4-
"packages/ai-providers/server-ai-openai": "0.1.0"
2+
"packages/sdk/server-ai": "0.14.2",
3+
"packages/ai-providers/server-ai-langchain": "0.3.1",
4+
"packages/ai-providers/server-ai-openai": "0.1.1"
55
}

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# LaunchDarkly Server-side AI library for Python
22

3-
## LaunchDarkly overview
3+
This repository contains LaunchDarkly AI SDK packages for Python, including the core AI SDK and AI provider integrations.
44

5-
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
5+
## Packages
66

7-
[![Twitter Follow](https://img.shields.io/twitter/follow/launchdarkly.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/intent/follow?screen_name=launchdarkly)
7+
| Package | PyPI | README |
8+
| ------- | ---- | ------ |
9+
| [launchdarkly-server-sdk-ai](packages/sdk/server-ai) | [![PyPI](https://img.shields.io/pypi/v/launchdarkly-server-sdk-ai.svg)](https://pypi.org/project/launchdarkly-server-sdk-ai/) | [README](packages/sdk/server-ai/README.md) |
10+
11+
| AI Provider Packages | PyPI | README |
12+
| -------------------- | ---- | ------ |
13+
| [launchdarkly-server-sdk-ai-openai](packages/ai-providers/server-ai-openai) | [![PyPI](https://img.shields.io/pypi/v/launchdarkly-server-sdk-ai-openai.svg)](https://pypi.org/project/launchdarkly-server-sdk-ai-openai/) | [README](packages/ai-providers/server-ai-openai/README.md) |
14+
| [launchdarkly-server-sdk-ai-langchain](packages/ai-providers/server-ai-langchain) | [![PyPI](https://img.shields.io/pypi/v/launchdarkly-server-sdk-ai-langchain.svg)](https://pypi.org/project/launchdarkly-server-sdk-ai-langchain/) | [README](packages/ai-providers/server-ai-langchain/README.md) |
815

916
## Supported Python versions
1017

@@ -18,6 +25,12 @@ Refer to the [SDK reference guide](https://docs.launchdarkly.com/sdk/ai/python)
1825

1926
Read our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [reference guide for the python SDK](http://docs.launchdarkly.com/docs/python-sdk-ai-reference).
2027

28+
## LaunchDarkly overview
29+
30+
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
31+
32+
[![Twitter Follow](https://img.shields.io/twitter/follow/launchdarkly.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/intent/follow?screen_name=launchdarkly)
33+
2134
## Contributing
2235

2336
We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this library.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.3.0...launchdarkly-server-sdk-ai-langchain-0.3.1) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Update pre-release usage guidance ([#90](https://github.com/launchdarkly/python-server-sdk-ai/issues/90)) ([4f986c4](https://github.com/launchdarkly/python-server-sdk-ai/commit/4f986c4b4f74f001e5487892509129bdc9aa091c))
9+
310
## [0.3.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-langchain-0.2.0...launchdarkly-server-sdk-ai-langchain-0.3.0) (2026-01-02)
411

512

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

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

33
[![PyPI](https://img.shields.io/pypi/v/launchdarkly-server-sdk-ai-langchain.svg)](https://pypi.org/project/launchdarkly-server-sdk-ai-langchain/)
44

5+
> [!CAUTION]
6+
> This package is in pre-release and not subject to backwards compatibility
7+
> guarantees. The API may change based on feedback.
8+
>
9+
> Pin to a specific minor version and review the [changelog](CHANGELOG.md) before upgrading.
10+
511
This package provides LangChain integration for the LaunchDarkly Server-Side AI SDK, allowing you to use LangChain models and chains with LaunchDarkly's tracking and configuration capabilities.
612

713
## Installation

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
[tool.poetry]
22
name = "launchdarkly-server-sdk-ai-langchain"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "LaunchDarkly AI SDK LangChain Provider"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-openai-0.1.0...launchdarkly-server-sdk-ai-openai-0.1.1) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Update pre-release usage guidance ([#90](https://github.com/launchdarkly/python-server-sdk-ai/issues/90)) ([4f986c4](https://github.com/launchdarkly/python-server-sdk-ai/commit/4f986c4b4f74f001e5487892509129bdc9aa091c))
9+
310
## 0.1.0 (2026-01-02)
411

512

packages/ai-providers/server-ai-openai/README.md

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

33
[![PyPI](https://img.shields.io/pypi/v/launchdarkly-server-sdk-ai-openai-dev.svg?style=flat-square)](https://pypi.org/project/launchdarkly-server-sdk-ai-openai-dev/)
44

5+
> [!CAUTION]
6+
> This package is in pre-release and not subject to backwards compatibility
7+
> guarantees. The API may change based on feedback.
8+
>
9+
> Pin to a specific minor version and review the [changelog](CHANGELOG.md) before upgrading.
10+
511
This package provides an OpenAI integration for the LaunchDarkly AI SDK.
612

713
## Installation

packages/ai-providers/server-ai-openai/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-openai"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "LaunchDarkly AI SDK OpenAI Provider"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

packages/sdk/server-ai/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.2](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.14.1...launchdarkly-server-sdk-ai-0.14.2) (2026-02-25)
6+
7+
8+
### Bug Fixes
9+
10+
* Only track usage for entry methods ([#94](https://github.com/launchdarkly/python-server-sdk-ai/issues/94)) ([22d91d9](https://github.com/launchdarkly/python-server-sdk-ai/commit/22d91d9982e27daf68016357a14fb6eca22dc8d6))
11+
12+
## [0.14.1](https://github.com/launchdarkly/python-server-sdk-ai/compare/launchdarkly-server-sdk-ai-0.14.0...launchdarkly-server-sdk-ai-0.14.1) (2026-02-23)
13+
14+
15+
### Bug Fixes
16+
17+
* Improve usage reporting ([#92](https://github.com/launchdarkly/python-server-sdk-ai/issues/92)) ([e21eb89](https://github.com/launchdarkly/python-server-sdk-ai/commit/e21eb890cc190822fd857f7a1032d2543400b356))
18+
* Update pre-release usage guidance ([#90](https://github.com/launchdarkly/python-server-sdk-ai/issues/90)) ([4f986c4](https://github.com/launchdarkly/python-server-sdk-ai/commit/4f986c4b4f74f001e5487892509129bdc9aa091c))
19+
520
## [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)
621

722

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.14.0
13+
VERSION=0.14.2
1414
```
1515

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

0 commit comments

Comments
 (0)