Skip to content

Commit 070f63d

Browse files
committed
更新版本
1 parent 0041a84 commit 070f63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## 安装
1414

1515

16-
- 运行环境: [**Python>=3.7**](https://www.python.org/)
16+
- 运行环境: [**Python>=3.8,<3.12**](https://www.python.org/)
1717

1818
- 使用 pip 安装 `zhipuai` 软件包及其依赖
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Zhipu AI"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.7.1,<4.0,!=3.9.7 "
9+
python = ">=3.8,<3.12,!=3.9.7 "
1010
httpx = ">=0.23.0"
1111
pydantic = ">=1.9.0,<3.0"
1212
pydantic-core = ">=2.14.6"

0 commit comments

Comments
 (0)