From 1b745ed1bd9f8fc1b836f54860857c5cfa77c286 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:25:48 +0000 Subject: [PATCH 1/2] chore: update launchdarkly-server-sdk-ai from ^0.14.0 to ^0.15.0 Co-Authored-By: rlamb@launchdarkly.com --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d61c765..5cae07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ direct-judge-example = 'examples.direct_judge_example:main' [tool.poetry.dependencies] python = "^3.10" -launchdarkly-server-sdk-ai = "^0.14.0" +launchdarkly-server-sdk-ai = "^0.15.0" launchdarkly-server-sdk-ai-langchain = "^0.3.0" launchdarkly-server-sdk-ai-openai = "^0.1.0" launchdarkly-observability = { version = ">=0.1.0", optional = true } From 433398716b3ad1ec9ba3e1efe94daebb894281c2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:51:14 +0000 Subject: [PATCH 2/2] fix: update CI Python version to 3.10 and update README to match pyproject.toml requirement Co-Authored-By: rlamb@launchdarkly.com --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ec5637..73e8bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: '3.10' - name: Install poetry uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 diff --git a/README.md b/README.md index 99111de..490c7d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We've built a simple console application that demonstrates how LaunchDarkly's SD Below, you'll find the build procedure. For more comprehensive instructions, you can visit your [Quickstart page](https://docs.launchdarkly.com/home/ai-configs/quickstart) or the [Python reference guide](https://docs.launchdarkly.com/sdk/ai/python). -This demo requires Python 3.8 or higher. +This demo requires Python 3.10 or higher. ## Build Instructions