Skip to content

Commit 75a3442

Browse files
committed
Split up static version from latest
1 parent 597004b commit 75a3442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ envlist =
168168
{py3.9,py3.11,py3.12}-langchain-notiktoken
169169

170170
# LaunchDarkly
171+
{py3.8,py3.9,py3.10,py3.11,py3.12}-launchdarkly-v9.8
171172
{py3.8,py3.9,py3.10,py3.11,py3.12}-launchdarkly-latest
172173

173174
# Litestar
@@ -524,7 +525,8 @@ deps =
524525
langchain-notiktoken: openai>=1.6.1
525526

526527
# LaunchDarkly
527-
launchdarkly-latest: launchdarkly-server-sdk~=9.8.0
528+
launchdarkly-v9.8: launchdarkly-server-sdk~=9.8.0
529+
launchdarkly-latest: launchdarkly-server-sdk
528530

529531
# Litestar
530532
litestar: pytest-asyncio

0 commit comments

Comments
 (0)