Skip to content

Commit eecee01

Browse files
jsonbaileyclaude
andcommitted
fix: update launchdarkly-server-sdk-ai dependency to >=0.18.0 in provider packages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0b9f7df commit eecee01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Software Development :: Libraries",
2121
]
2222
dependencies = [
23-
"launchdarkly-server-sdk-ai>=0.17.0",
23+
"launchdarkly-server-sdk-ai>=0.18.0",
2424
"langchain-core>=1.0.0",
2525
"langchain>=1.0.0",
2626
]

packages/ai-providers/server-ai-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Software Development :: Libraries",
2121
]
2222
dependencies = [
23-
"launchdarkly-server-sdk-ai>=0.17.0",
23+
"launchdarkly-server-sdk-ai>=0.18.0",
2424
"openai>=1.0.0",
2525
]
2626

0 commit comments

Comments
 (0)