Skip to content

Commit 8060839

Browse files
committed
兼容 >=3.7.1,<4.0,!=3.9.7
1 parent 47536cd commit 8060839

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

pyproject.toml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "zhipuai"
3-
version = "2.1.0"
3+
version = "2.1.0.20240520"
44
description = "A SDK library for accessing big model apis from ZhipuAI"
55
authors = ["Zhipu AI"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.7.1,<3.12,!=3.9.7 "
9+
python = ">=3.7.1,<4.0,!=3.9.7 "
1010
httpx = ">=0.23.0"
1111
pydantic = ">=1.9.0,<3.0"
1212
cachetools = ">=4.2.2"
@@ -26,30 +26,12 @@ freezegun = "^1.2.2"
2626
responses = "^0.22.0"
2727
pytest-asyncio = { version = "^0.23.2", python = "^3.8" }
2828
lark = "^1.1.5"
29-
pandas = { version = "^2.0.0", python = "^3.8" }
3029
pytest-mock = "^3.10.0"
31-
pytest-socket = "^0.6.0"
32-
syrupy = { version = "^4.0.2", python = ">=3.8.1,<3.9.7 || >3.9.7,<3.12" }
30+
pytest-socket = { version = "^0.6.0", python = ">=3.8.1,<3.9.7 || >3.9.7,<4.0" }
31+
syrupy = { version = "^4.0.2", python = ">=3.8.1,<3.9.7 || >3.9.7,<4.0" }
3332
requests-mock = "^1.11.0"
3433
respx = "0.21.1"
3534

36-
[tool.poetry.group.test_langchain.dependencies]
37-
pytest = "^7.3.0"
38-
pytest-cov = "^4.0.0"
39-
pytest-dotenv = "^0.5.2"
40-
duckdb-engine = "^0.9.2"
41-
pytest-watcher = "^0.2.6"
42-
freezegun = "^1.2.2"
43-
responses = "^0.22.0"
44-
pytest-asyncio = { version = "^0.23.2", python = "^3.8" }
45-
lark = "^1.1.5"
46-
pandas = { version = "^2.0.0", python = "^3.8" }
47-
pytest-mock = "^3.10.0"
48-
pytest-socket = "^0.6.0"
49-
syrupy = { version = "^4.0.2", python = ">=3.8.1,<3.9.7 || >3.9.7,<3.12" }
50-
requests-mock = "^1.11.0"
51-
langchain = { version = "0.1.5", python = ">=3.8.1,<3.9.7 || >3.9.7,<3.12" }
52-
5335

5436
[tool.poetry.group.lint]
5537
optional = true

0 commit comments

Comments
 (0)