11[tool .poetry ]
22name = " zhipuai"
3- version = " 2.1.0"
3+ version = " 2.1.0.20240520 "
44description = " A SDK library for accessing big model apis from ZhipuAI"
55authors = [" Zhipu AI" ]
66readme = " 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 "
1010httpx = " >=0.23.0"
1111pydantic = " >=1.9.0,<3.0"
1212cachetools = " >=4.2.2"
@@ -26,30 +26,12 @@ freezegun = "^1.2.2"
2626responses = " ^0.22.0"
2727pytest-asyncio = { version = " ^0.23.2" , python = " ^3.8" }
2828lark = " ^1.1.5"
29- pandas = { version = " ^2.0.0" , python = " ^3.8" }
3029pytest-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 " }
3332requests-mock = " ^1.11.0"
3433respx = " 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 ]
5537optional = true
0 commit comments