Skip to content

Commit e32cbf8

Browse files
authored
Move langchain dependency to dev as we only need it for UI
Removed 'langchain-openai' from dependencies and added it to the build dependencies.
1 parent f793ee6 commit e32cbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"psutil",
1414
"zstd",
1515
"pydantic",
16-
"langchain-openai",
1716
]
1817

1918
[dependency-groups]
@@ -42,6 +41,7 @@ dev = [
4241
"wheel>=0.45.1",
4342
"twine>=6.2.0",
4443
"build>=1.3.0",
44+
"langchain-openai",
4545
]
4646

4747
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)