chore: update LaunchDarkly AI SDK dependencies to latest compatible versions#37
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Draft
chore: update LaunchDarkly AI SDK dependencies to latest compatible versions#37devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
…ersions Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Bumps the LaunchDarkly SDK dependency floors across all 10 examples to the latest compatible versions, staying within each currently-configured major version. No source-code changes were required — the examples already use current APIs and no deprecated APIs were found.
Version changes (floor bumps;
>=style and existing<2.0.0caps preserved):launchdarkly-server-sdk-ai(feature examples)>=1.0.0,<2.0.0>=1.1.0,<2.0.0launchdarkly-server-sdk-ai(getting_started + create_judge)>=0.20.0>=0.20.1launchdarkly-observability>=0.1.0>=0.1.1launchdarkly-server-sdk-ai-openai>=0.5.0>=0.7.0launchdarkly-server-sdk-ai-langchain>=0.6.0>=0.8.0Floors were bumped only to the latest release within the same major as each existing floor (never crossing a major boundary, never widening below the existing minimum). Constraints remain open-ended, so
poetry installresolves to the newest published releases.Testing
poetry installsucceeds for all 10 examples (matches CI'sbuild-and-runjob, which is install-only).launchdarkly-server-sdk-ai 1.1.0,launchdarkly-observability 1.2.4,launchdarkly-server-sdk-ai-openai 0.7.0,launchdarkly-server-sdk-ai-langchain 0.8.0.completion_config,create_tracker) against a test SDK key withDeprecationWarnings enabled — SDK initialized and produced no deprecation warnings.Caveats
poetry install, which passes.launchdarkly-observability(1.2.4) andlaunchdarkly-server-sdk-ai(1.1.0), but were not adopted for examples whose floor is configured in major0, to avoid crossing a major boundary. Their open-ended constraints still allow the latest at install time.Link to Devin session: https://app.devin.ai/sessions/d9c975d8bc1e4b48bfc974562148d9e0
Note
Low Risk
Dependency-only constraint updates in example projects; no runtime or application logic changes.
Overview
Raises minimum versions for LaunchDarkly AI-related packages in all 10 example
pyproject.tomlfiles. There are no application or example source changes—only dependency constraint updates.Feature examples (
create_agent,create_agent_graph,create_model) movelaunchdarkly-server-sdk-aifrom>=1.0.0to>=1.1.0(still capped at<2.0.0). Getting started andcreate_judgebump the core SDK floor from>=0.20.0to>=0.20.1.Shared bumps everywhere they appear:
launchdarkly-observability>=0.1.0→>=0.1.1,launchdarkly-server-sdk-ai-openai>=0.5.0→>=0.7.0, andlaunchdarkly-server-sdk-ai-langchain>=0.6.0→>=0.8.0. Existing>=style and major-version caps are unchanged so installs can still resolve newer releases within those bounds.Reviewed by Cursor Bugbot for commit 3a0a092. Bugbot is set up for automated code reviews on this repo. Configure here.