Skip to content

chore: update launchdarkly-server-sdk to 9.16.0 - #30

Merged
kinyoklion merged 1 commit into
mainfrom
devin/1782724377-update-sdk
Jul 6, 2026
Merged

chore: update launchdarkly-server-sdk to 9.16.0#30
kinyoklion merged 1 commit into
mainfrom
devin/1782724377-update-sdk

Conversation

@kinyoklion

@kinyoklion kinyoklion commented Jun 29, 2026

Copy link
Copy Markdown
Member

Summary

Update launchdarkly-server-sdk minimum version constraint from >=9.0.0 to >=9.16.0.

No deprecated APIs found in the example code — the app uses the modern Context API and current SDK patterns.

Tested successfully: SDK initializes and evaluates flags as expected.

Link to Devin session: https://app.devin.ai/sessions/e58d80c462594beca14888a34bf57d15
Requested by: @kinyoklion


Note

Low Risk
Single dependency floor change with no code edits; low risk unless 9.16+ introduces breaking behavior for this app’s usage.

Overview
Dependency bump only: the Poetry constraint for launchdarkly-server-sdk in pyproject.toml changes from >=9.0.0 to >=9.16.0, so installs resolve to SDK 9.16+.

No application source changes in this diff; the PR description notes the sample already uses current patterns (e.g. Context) and was smoke-tested for init and flag evaluation.

Reviewed by Cursor Bugbot for commit 94663d0. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@kinyoklion kinyoklion self-assigned this Jun 29, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr Pull request created by Devin AI label Jun 29, 2026
@kinyoklion
kinyoklion marked this pull request as ready for review July 6, 2026 18:24
@kinyoklion
kinyoklion requested a review from a team as a code owner July 6, 2026 18:24
@kinyoklion
kinyoklion merged commit 3fdabeb into main Jul 6, 2026
4 checks passed
@kinyoklion
kinyoklion deleted the devin/1782724377-update-sdk branch July 6, 2026 18:25
@devin-ai-integration

Copy link
Copy Markdown
Contributor

Closing — no version bump needed. Poetry resolves launchdarkly-server-sdk = ">=9.0.0" to the latest (9.16.0), so the example already runs against the current SDK. Per maintainer guidance we don't raise a minimum that's already satisfied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr Pull request created by Devin AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants