Skip to content

Commit 348bb97

Browse files
jsonbaileyclaude
andcommitted
fix: Pin to launchdarkly-server-sdk-ai 1.0.0
The sync factory methods released as 1.0.0 (not 0.21.0). The breaking change triggered a major bump under semver. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 99e787c commit 348bb97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

features/create_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ agent = "create_agent_example:main"
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
python-dotenv = ">=1.0.0"
16-
launchdarkly-server-sdk-ai = ">=0.21.0"
16+
launchdarkly-server-sdk-ai = ">=1.0.0,<2.0.0"
1717
launchdarkly-observability = ">=0.1.0"
1818
launchdarkly-server-sdk-ai-openai = {version = ">=0.5.0", extras = ["agents"]}
1919
launchdarkly-server-sdk-ai-langchain = ">=0.6.0"

features/create_agent_graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ agent-graph = "create_agent_graph_example:main"
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
python-dotenv = ">=1.0.0"
16-
launchdarkly-server-sdk-ai = ">=0.21.0"
16+
launchdarkly-server-sdk-ai = ">=1.0.0,<2.0.0"
1717
launchdarkly-observability = ">=0.1.0"
1818
launchdarkly-server-sdk-ai-openai = {version = ">=0.5.0", extras = ["agents"]}
1919
launchdarkly-server-sdk-ai-langchain = {version = ">=0.6.0", extras = ["graph"]}

features/create_model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ model = "create_model_example:main"
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
python-dotenv = ">=1.0.0"
16-
launchdarkly-server-sdk-ai = ">=0.21.0"
16+
launchdarkly-server-sdk-ai = ">=1.0.0,<2.0.0"
1717
launchdarkly-observability = ">=0.1.0"
1818
launchdarkly-server-sdk-ai-openai = ">=0.5.0"
1919
launchdarkly-server-sdk-ai-langchain = ">=0.6.0"

0 commit comments

Comments
 (0)