Skip to content

Commit 9bea15f

Browse files
chore: update LaunchDarkly AI SDK dependencies to latest versions
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
1 parent c24a683 commit 9bea15f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ direct-judge-example = 'examples.direct_judge_example:main'
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.10"
23-
launchdarkly-server-sdk-ai = "^0.17.0"
24-
launchdarkly-server-sdk-ai-langchain = "^0.4.0"
25-
launchdarkly-server-sdk-ai-openai = "^0.3.0"
23+
launchdarkly-server-sdk-ai = "^0.18.0"
24+
launchdarkly-server-sdk-ai-langchain = "^0.5.0"
25+
launchdarkly-server-sdk-ai-openai = "^0.4.0"
2626
launchdarkly-observability = { version = ">=0.1.0", optional = true }
2727

2828
boto3 = { version = ">=0.2.0", optional = true }

0 commit comments

Comments
 (0)