@@ -168,6 +168,10 @@ envlist =
168168 {py3.9,py3.11,py3.12}-langchain-latest
169169 {py3.9,py3.11,py3.12}-langchain-notiktoken
170170
171+ # LaunchDarkly
172+ {py3.8,py3.12,py3.13}-launchdarkly-v9.8.0
173+ {py3.8,py3.12,py3.13}-launchdarkly-latest
174+
171175 # Litestar
172176 {py3.8,py3.11}-litestar-v{2.0}
173177 {py3.8,py3.11,py3.12}-litestar-v{2.6}
@@ -189,10 +193,6 @@ envlist =
189193 {py3.8,py3.12,py3.13}-openfeature-v0.7
190194 {py3.8,py3.12,py3.13}-openfeature-latest
191195
192- # LaunchDarkly
193- {py3.8,py3.12,py3.13}-launchdarkly-v9.8.0
194- {py3.8,py3.12,py3.13}-launchdarkly-latest
195-
196196 # OpenTelemetry (OTel)
197197 {py3.7,py3.9,py3.12,py3.13}-opentelemetry
198198
@@ -291,6 +291,10 @@ envlist =
291291 {py3.7,py3.12,py3.13}-typer-v{0.15}
292292 {py3.7,py3.12,py3.13}-typer-latest
293293
294+ # Unleash
295+ {py3.8,py3.12,py3.13}-unleash-v6.0.1
296+ {py3.8,py3.12,py3.13}-unleash-latest
297+
294298[testenv]
295299deps =
296300 # if you change requirements-testing.txt and your change is not being reflected
@@ -572,6 +576,10 @@ deps =
572576 launchdarkly-v9.8.0: launchdarkly-server-sdk~=9.8.0
573577 launchdarkly-latest: launchdarkly-server-sdk
574578
579+ # Unleash
580+ unleash-v6.0.1: UnleashClient~=6.0.1
581+ unleash-latest: UnleashClient
582+
575583 # OpenTelemetry (OTel)
576584 opentelemetry: opentelemetry-distro
577585
@@ -795,6 +803,7 @@ setenv =
795803 tornado: TESTPATH =tests/integrations/tornado
796804 trytond: TESTPATH =tests/integrations/trytond
797805 typer: TESTPATH =tests/integrations/typer
806+ unleash: TESTPATH =tests/integrations/unleash
798807 socket: TESTPATH =tests/integrations/socket
799808
800809passenv =
0 commit comments