mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
Harrison/improve cli (#12368)
This commit is contained in:
parent
9ce38726a2
commit
b43996e553
@ -9,12 +9,12 @@ readme = "README.md"
|
|||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain = ">=0.0.313, <0.1"
|
langchain = ">=0.0.313, <0.1"
|
||||||
openai = "^0.28.1"
|
openai = "^0.28.1"
|
||||||
fastapi = "^0.104.0"
|
|
||||||
sse-starlette = "^1.6.5"
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
poethepoet = "^0.24.1"
|
poethepoet = "^0.24.1"
|
||||||
langchain-cli = ">=0.0.1rc2"
|
langchain-cli = ">=0.0.4"
|
||||||
|
fastapi = "^0.104.0"
|
||||||
|
sse-starlette = "^1.6.5"
|
||||||
|
|
||||||
[tool.langserve]
|
[tool.langserve]
|
||||||
export_module = "__package_name__.chain"
|
export_module = "__package_name__.chain"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-cli"
|
name = "langchain-cli"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
description = "CLI for interacting with LangChain"
|
description = "CLI for interacting with LangChain"
|
||||||
authors = ["Erick Friis <erick@langchain.dev>"]
|
authors = ["Erick Friis <erick@langchain.dev>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user