Skip to content

Commit 869b4eb

Browse files
committed
bump package
1 parent 22bb664 commit 869b4eb

File tree

2 files changed

+12
-42
lines changed

2 files changed

+12
-42
lines changed

packages/langchain/pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "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"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://docs.launchdarkly.com/sdk/ai/python"
99
repository = "https://github.com/launchdarkly/python-server-sdk-ai"
10+
documentation = "https://launchdarkly-python-sdk-ai.readthedocs.io/en/latest/"
1011
classifiers = [
1112
"Intended Audience :: Developers",
1213
"License :: OSI Approved :: Apache Software License",
@@ -24,7 +25,16 @@ packages = [ { include = "ldai" } ]
2425

2526
[tool.poetry.dependencies]
2627
python = ">=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]
2938
requires = ["poetry-core"]
3039
build-backend = "poetry.core.masonry.api"
40+

packages/langchain/pyproject.toml.backup

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)