Skip to content

Commit 0cde8e8

Browse files
committed
chore(security): bump vulnerable deps and refresh lockfile
1 parent a84a6b1 commit 0cde8e8

5 files changed

Lines changed: 2292 additions & 322 deletions

File tree

libs/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
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",

libs/eva/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

libs/observe/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)