Skip to content

Commit 3b254bb

Browse files
committed
update to latest version
1 parent 4b8a667 commit 3b254bb

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
@@ -24,7 +24,7 @@ packages = [{ include = "ldai_langchain", from = "src" }]
2424

2525
[tool.poetry.dependencies]
2626
python = ">=3.9,<4"
27-
launchdarkly-server-sdk-ai = ">=0.12.0"
27+
launchdarkly-server-sdk-ai = ">=0.16.0"
2828
langchain-core = ">=0.2.0"
2929
langchain = ">=0.2.0"
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = [{ include = "ldai_openai", from = "src" }]
2424

2525
[tool.poetry.dependencies]
2626
python = ">=3.9,<4"
27-
launchdarkly-server-sdk-ai = ">=0.12.0"
27+
launchdarkly-server-sdk-ai = ">=0.16.0"
2828
openai = ">=1.0.0"
2929

3030
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)