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 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 }