Skip to content

Commit b8e2373

Browse files
chore: release main (#552)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-python: 1.2.3</summary> ## [1.2.3](launchdarkly-observability-python-1.2.2...launchdarkly-observability-python-1.2.3) (2026-05-13) ### Bug Fixes * **deps:** patch critical/high Dependabot alerts across ecosystems ([#551](#551)) ([a4e0be2](a4e0be2)) </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 package version and manifest entries and updates release docs/changelog; no runtime code changes are included in this diff. > > **Overview** > Publishes `launchdarkly-observability-python` **v1.2.3** by bumping versions in `.release-please-manifest.json` and `sdk/@launchdarkly/observability-python/pyproject.toml`. > > Updates release metadata/docs: adds the `1.2.3` entry to `CHANGELOG.md` (noting dependency security patching) and updates the example version in `PROVENANCE.md`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit bee41b9. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a4e0be2 commit b8e2373

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.2",
7+
"sdk/@launchdarkly/observability-python": "1.2.3",
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.3](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.2...launchdarkly-observability-python-1.2.3) (2026-05-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** patch critical/high Dependabot alerts across ecosystems ([#551](https://github.com/launchdarkly/observability-sdk/issues/551)) ([a4e0be2](https://github.com/launchdarkly/observability-sdk/commit/a4e0be28d2b6ee86d7166a12ba08734e356334c9))
11+
512
## [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)
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.2
12+
PLUGIN_VERSION=1.2.3
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.2"
3+
version = "1.2.3"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)