From 94663d0c0aeaf59ca362461d7a89adf5e37f5774 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:14:04 +0000 Subject: [PATCH] chore: update launchdarkly-server-sdk from >=9.0.0 to >=9.16.0 Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5a0365..000f298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -launchdarkly-server-sdk = ">=9.0.0" +launchdarkly-server-sdk = ">=9.16.0" halo = ">=0.0.3"