From f9843562050821b27c675b9c6b03b6fc62cda631 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Tue, 26 May 2026 16:48:45 -0400 Subject: [PATCH] fix: broaden openfeature-sdk constraint to allow 0.9.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc7ab31..c2586a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ urllib3 >= 1.15.1 requests >= 2.33.0 wasmtime ~= 30.0.0 protobuf >= 4.23.3 -openfeature-sdk ~= 0.8.0 +openfeature-sdk ~= 0.8 launchdarkly-eventsource >= 1.2.1 responses >= 0.23.1 \ No newline at end of file