Skip to content

chore: update LaunchDarkly AI SDK dependencies to latest versions#24

Merged
jsonbailey merged 1 commit intomainfrom
devin/1777305477-update-ai-sdk-versions
May 5, 2026
Merged

chore: update LaunchDarkly AI SDK dependencies to latest versions#24
jsonbailey merged 1 commit intomainfrom
devin/1777305477-update-ai-sdk-versions

Conversation

@kinyoklion
Copy link
Copy Markdown
Member

@kinyoklion kinyoklion commented Apr 27, 2026

Summary

Updates the LaunchDarkly AI SDK dependency version specs across all per-example pyproject.toml files to allow the latest releases:

  • launchdarkly-server-sdk-ai: ^0.17.0^0.18.0 (all 8 examples)
  • launchdarkly-server-sdk-ai-langchain: ^0.4.0^0.5.0 (langchain, langgraph_agent, langgraph_multi_agent, judge)
  • launchdarkly-server-sdk-ai-openai: ^0.3.0^0.4.0 (openai, judge)

The previous ^ ranges did not cover the latest minor versions (e.g. ^0.17.0 only allows >=0.17.0, <0.18.0 in Poetry).

Review & Testing Checklist for Human

  • Run cd examples/openai && poetry install && poetry run openai-example with valid SDK and OpenAI keys
  • Run cd examples/langchain && poetry install && poetry run langchain-example to verify LangChain integration

Notes

Version spec update only; no code changes.

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

@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 and CI monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr PR created by Devin label Apr 27, 2026
@kinyoklion kinyoklion marked this pull request as ready for review April 27, 2026 16:18
@kinyoklion kinyoklion requested a review from a team as a code owner April 27, 2026 16:18
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration devin-ai-integration Bot force-pushed the devin/1777305477-update-ai-sdk-versions branch from 9bea15f to ad6ecd6 Compare April 28, 2026 21:15
@jsonbailey jsonbailey merged commit 7e56e1f into main May 5, 2026
4 checks passed
@jsonbailey jsonbailey deleted the devin/1777305477-update-ai-sdk-versions branch May 5, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PR created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants