Skip to content

Commit cf6ecac

Browse files
chore: release main (#549)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-python: 1.2.2</summary> ## [1.2.2](launchdarkly-observability-python-1.2.1...launchdarkly-observability-python-1.2.2) (2026-05-12) ### Bug Fixes * **deps:** bulk bump high-severity Dependabot deps across all ecosystems ([#548](#548)) ([a53ed6c](a53ed6c)) </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 release bookkeeping only: bumps the Python SDK version and updates release metadata/changelog with no functional code changes. > > **Overview** > Publishes `launchdarkly-observability-python` **v1.2.2** by bumping the version in `pyproject.toml` and updating `.release-please-manifest.json`. > > Updates release artifacts (`CHANGELOG.md`, `PROVENANCE.md`) to reflect the new version and note a dependency/security-related fix release. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a3e975a. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a53ed6c commit cf6ecac

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sdk/@launchdarkly/observability-android": "0.46.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.1",
7-
"sdk/@launchdarkly/observability-python": "1.2.1",
7+
"sdk/@launchdarkly/observability-python": "1.2.2",
88
"sdk/@launchdarkly/observability-react-native": "0.9.1",
99
"sdk/@launchdarkly/react-native-ld-session-replay": "0.10.0",
1010
"sdk/@launchdarkly/session-replay": "1.1.8",

sdk/@launchdarkly/observability-python/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 Observability will be documented in this file. This project adheres to Semantic Versioning.
44

5+
## [1.2.2](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.1...launchdarkly-observability-python-1.2.2) (2026-05-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** bulk bump high-severity Dependabot deps across all ecosystems ([#548](https://github.com/launchdarkly/observability-sdk/issues/548)) ([a53ed6c](https://github.com/launchdarkly/observability-sdk/commit/a53ed6c7ac26893f547e8175a6f56cf3537bf7c4))
11+
512
## [1.2.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.0...launchdarkly-observability-python-1.2.1) (2026-04-22)
613

714

sdk/@launchdarkly/observability-python/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
PLUGIN_VERSION=1.2.1
12+
PLUGIN_VERSION=1.2.2
1313
```
1414
<!-- x-release-please-end -->
1515

sdk/@launchdarkly/observability-python/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-observability"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)