Skip to content

Commit cf8c57d

Browse files
committed
Update launchdarkly-server-sdk-ai dependency to version 0.11.0
1 parent e2465ba commit cf8c57d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

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

2525
[tool.poetry.dependencies]
2626
python = ">=3.9,<4"
27-
# TODO: Before publishing, change to PyPI version: launchdarkly-server-sdk-ai = ">=X.Y.Z"
28-
# Path dependency is used for development because the published version doesn't yet export
29-
# the required types (LDMessage, AIConfigKind, etc.). Release server-ai first, then update.
30-
launchdarkly-server-sdk-ai = { path = "../../sdk/server-ai", develop = true }
27+
launchdarkly-server-sdk-ai = ">=0.11.0"
3128
langchain-core = ">=0.2.0"
3229
langchain = ">=0.2.0"
3330

0 commit comments

Comments
 (0)