File tree Expand file tree Collapse file tree 2 files changed +12
-42
lines changed Expand file tree Collapse file tree 2 files changed +12
-42
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " launchdarkly-server-sdk-ai-langchain"
3- version = " 0.0 .0"
4- description = " Placeholder - LaunchDarkly LangChain provider package coming soon "
3+ version = " 0.1 .0"
4+ description = " LangChain provider for LaunchDarkly AI SDK "
55authors = [
" LaunchDarkly <[email protected] >" ]
66license = " Apache-2.0"
77readme = " README.md"
88homepage = " https://docs.launchdarkly.com/sdk/ai/python"
99repository = " https://github.com/launchdarkly/python-server-sdk-ai"
10+ documentation = " https://launchdarkly-python-sdk-ai.readthedocs.io/en/latest/"
1011classifiers = [
1112 " Intended Audience :: Developers" ,
1213 " License :: OSI Approved :: Apache Software License" ,
@@ -24,7 +25,16 @@ packages = [ { include = "ldai" } ]
2425
2526[tool .poetry .dependencies ]
2627python = " >=3.9,<4"
28+ launchdarkly-server-sdk-ai = { path = " ../core" , develop = true }
29+ langchain = " >=0.3.0,<2.0"
30+ langchain-core = " >=0.3.0,<2.0"
31+
32+ [tool .poetry .group .dev .dependencies ]
33+ pytest = " >=2.8"
34+ pytest-cov = " >=2.4.0"
35+ pytest-asyncio = " >=0.21.0"
2736
2837[build-system ]
2938requires = [" poetry-core" ]
3039build-backend = " poetry.core.masonry.api"
40+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments