From 50fe83f2a52c151b211ed34e5fcf2f10735f28d1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:04:25 +0000 Subject: [PATCH] chore: bound launchdarkly-server-sdk constraint to the 9.x major Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 000f298..d77ae51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -launchdarkly-server-sdk = ">=9.16.0" +launchdarkly-server-sdk = ">=9.16.0,<10.0.0" halo = ">=0.0.3"