fix: add module docstring to client package - #18
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
tracisiebel
approved these changes
Aug 7, 2026
Merged
andrewklatzke
added a commit
that referenced
this pull request
Aug 7, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-ai-server: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-server-0.1.1...launchdarkly-ai-server-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) ### Bug Fixes * add module docstring to client package ([e27264b](e27264b)) * add module docstring to client package ([#18](#18)) ([34d314b](34d314b)) </details> <details><summary>launchdarkly-ai-python: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-python-0.1.1...launchdarkly-ai-python-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) ### Bug Fixes * add module docstring to ai package ([c916e7a](c916e7a)) * add module docstring to ai package ([#19](#19)) ([47fd243](47fd243)) </details> <details><summary>launchdarkly-ai-claude-agents: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-claude-agents-0.1.1...launchdarkly-ai-claude-agents-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </details> <details><summary>launchdarkly-ai-claude-messages: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-claude-messages-0.1.1...launchdarkly-ai-claude-messages-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </details> <details><summary>launchdarkly-ai-openai-agents: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-openai-agents-0.1.1...launchdarkly-ai-openai-agents-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </details> <details><summary>launchdarkly-ai-openai-messages: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-openai-messages-0.1.1...launchdarkly-ai-openai-messages-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </details> <details><summary>launchdarkly-ai-langchain-agents: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-langchain-agents-0.1.1...launchdarkly-ai-langchain-agents-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </details> <details><summary>launchdarkly-ai-langchain-messages: 0.1.2</summary> ## [0.1.2](launchdarkly-ai-langchain-messages-0.1.1...launchdarkly-ai-langchain-messages-0.1.2) (2026-08-07) ### Features * initial commit — LaunchDarkly AI SDK for Python ([0c74677](0c74677)) * initial commit — LaunchDarkly AI SDK for Python ([#1](#1)) ([1cfbf42](1cfbf42)) </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] > **Overview** > **Release Please** bumps all eight Python workspace packages from **0.1.1** to **0.1.2**, keeping `.release-please-manifest.json`, each package’s `pyproject.toml`, `__version__`, and `CHANGELOG.md` in sync. > > The **0.1.2** notes for `launchdarkly-ai-server` and `launchdarkly-ai-python` call out **module docstring** fixes; the other integration packages only get version/changelog updates with no code changes in this diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit f1ef605. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No-op change to trigger release-please with a
fix:commit prefix.Note
Low Risk
Documentation-only change at package entry; no logic, API, or dependency updates.
Overview
Adds a one-line module docstring (
"""LaunchDarkly AI SDK core client for Python.""") at the top oflaunchdarkly_ai_server/__init__.py. No imports, exports, or runtime behavior change.The PR description notes this is intended as a no-op
fix:commit to trigger release-please for the client package version bump.Reviewed by Cursor Bugbot for commit e27264b. Bugbot is set up for automated code reviews on this repo. Configure here.