We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0041a84 commit 070f63dCopy full SHA for 070f63d
README.md
@@ -13,7 +13,7 @@
13
## 安装
14
15
16
-- 运行环境: [**Python>=3.7**](https://www.python.org/)
+- 运行环境: [**Python>=3.8,<3.12**](https://www.python.org/)
17
18
- 使用 pip 安装 `zhipuai` 软件包及其依赖
19
pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Zhipu AI"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
-python = ">=3.7.1,<4.0,!=3.9.7 "
+python = ">=3.8,<3.12,!=3.9.7 "
10
httpx = ">=0.23.0"
11
pydantic = ">=1.9.0,<3.0"
12
pydantic-core = ">=2.14.6"
0 commit comments