Langchain-Chatchat/libs/python-sdk/pyproject.toml

17 lines
304 B
TOML
Raw Normal View History

2024-12-20 16:04:03 +08:00
[tool.poetry]
name = "open_langchain_chatchat"
version = "0.3.0.20240708"
description = "Langchain-Chatchat sdk"
authors = ["chatchat"]
packages = [
{include = "open_chatcaht"}
]
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12,!=3.9.7"
pydantic = "^2.8.2"
openai = "^1.35.13"
httpx = "^0.27.0"