File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Add your description here"
55readme = " README.md"
66requires-python = " >=3.10"
77dependencies = [
8- " volcengine>=1.0.187 " ,
8+ " volcengine>=1.0.219 " ,
99 " httpx>=0.28.1" ,
1010 " httpx-sse>=0.4.0" ,
1111 " aiofiles>=23.1.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies = [
88 " tenacity>=9.1.2" ,
99 " python-dotenv>=1.1.0" ,
1010 " hiagent-api>=2.5.0" ,
11- " requests>=2.32.3 " ,
11+ " requests>=2.33.0 " ,
1212]
1313
1414[build-system ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies = [
1111 " pydantic>=2.11.5" ,
1212 " python-dotenv>=1.1.0" ,
1313 " hiagent-api>=0.1.0" ,
14- " requests==2.32.3 " ,
14+ " requests>=2.33.0 " ,
1515]
1616
1717[build-system ]
Original file line number Diff line number Diff line change @@ -25,8 +25,18 @@ dev = [
2525 " hiagent-api" ,
2626 " hiagent-eva" ,
2727 " hiagent-observe" ,
28- " mcp>=1.9.4 " ,
29- " langchain-core>=0.3.0 " ,
30- " chainlit>=2.2.1 " ,
28+ " mcp>=1.23.0 " ,
29+ " langchain-core>=0.3.84 " ,
30+ " chainlit>=2.9.4 " ,
3131 " langchain-ollama>=0.3.3" ,
32+ " starlette>=0.49.1" ,
33+ " urllib3>=2.6.3" ,
34+ " orjson>=3.11.6" ,
35+ " protobuf>=5.29.6" ,
36+ " PyJWT>=2.12.0" ,
37+ " python-multipart>=0.0.22" ,
38+ " python-socketio>=5.14.0" ,
39+ " marshmallow>=3.26.2" ,
40+ " pygments>=2.20.0" ,
41+ " langchain-text-splitters>=0.3.9" ,
3242]
You can’t perform that action at this time.
0 commit comments