File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bedrock-example = "bedrock_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
1717boto3 = " >=0.2.0"
1818
1919[build-system ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ chat-observability-example = "chat_observability_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
1717launchdarkly-observability = " >=0.1.0"
1818openai = " >=0.2.0"
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gemini-example = "gemini_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
1717google-genai = " ^1.30.0"
1818
1919[build-system ]
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ direct-judge-example = "direct_judge_example:main"
1717[tool .poetry .dependencies ]
1818python = " ^3.10"
1919python-dotenv = " >=1.0.0"
20- launchdarkly-server-sdk-ai = " ^0.17 .0"
21- launchdarkly-server-sdk-ai-openai = " ^0.3 .0"
22- launchdarkly-server-sdk-ai-langchain = " ^0.4 .0"
20+ launchdarkly-server-sdk-ai = " ^0.18 .0"
21+ launchdarkly-server-sdk-ai-openai = " ^0.4 .0"
22+ launchdarkly-server-sdk-ai-langchain = " ^0.5 .0"
2323openai = " >=1.0.0"
2424
2525[build-system ]
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ langchain-example = "langchain_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
17- launchdarkly-server-sdk-ai-langchain = " ^0.4 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
17+ launchdarkly-server-sdk-ai-langchain = " ^0.5 .0"
1818langchain = " ^1.0.0"
1919langchain-core = " ^1.0.0"
2020langchain-openai = " ^1.0.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ langgraph-agent-example = "langgraph_agent_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
17- launchdarkly-server-sdk-ai-langchain = " ^0.4 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
17+ launchdarkly-server-sdk-ai-langchain = " ^0.5 .0"
1818langchain = " ^1.0.0"
1919langchain-core = " ^1.0.0"
2020langchain-openai = " ^1.0.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ langgraph-multi-agent-example = "langgraph_multi_agent_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
17- launchdarkly-server-sdk-ai-langchain = " ^0.4 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
17+ launchdarkly-server-sdk-ai-langchain = " ^0.5 .0"
1818langchain = " ^1.0.0"
1919langchain-core = " ^1.0.0"
2020langchain-openai = " ^1.0.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ openai-example = "openai_example:main"
1313[tool .poetry .dependencies ]
1414python = " ^3.10"
1515python-dotenv = " >=1.0.0"
16- launchdarkly-server-sdk-ai = " ^0.17 .0"
17- launchdarkly-server-sdk-ai-openai = " ^0.3 .0"
16+ launchdarkly-server-sdk-ai = " ^0.18 .0"
17+ launchdarkly-server-sdk-ai-openai = " ^0.4 .0"
1818openai = " >=1.0.0"
1919
2020[build-system ]
You can’t perform that action at this time.
0 commit comments