-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpyproject.toml
35 lines (32 loc) · 857 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "langchain_zhipu"
version = "4.1.8"
description = "将智谱AI集成到LangChain"
license = "MIT"
authors = ["arcstep <[email protected]>"]
homepage = "https://github.com/arcstep/langchain_zhipuai"
repository = "https://github.com/arcstep/langchain_zhipuai.git"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
httpx ="^0.23.0"
pydantic = ">=1,<3"
cachetools = "4.2.2"
pyjwt = "^2.8.0"
langchain = ">=0.1.20,<0.3.0"
langchain-community = ">=0.0.38,<0.3.0"
tqdm = "^4.66.2"
regex = "^2024.4.16"
tiktoken = "^0.7.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.1"
ipykernel = "^6.29.2"
python-dotenv = "^1.0.1"
langchain-experimental = "^0.0.52"
pandas = "^2.2.0"
tabulate = "^0.9.0"
langchain-openai = "^0.0.6"
dashscope = "^1.14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"