Skip to content

Commit 2ab7595

Browse files
committed
feat(eva): update sdk version
1 parent ae42c42 commit 2ab7595

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

libs/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hiagent-api"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"

libs/eva/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "hiagent-eva"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "HiAgent Eva SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"tenacity>=9.1.2",
99
"python-dotenv>=1.1.0",
10-
"hiagent-api>=2.3.0",
10+
"hiagent-api>=2.5.0",
1111
"requests>=2.32.3",
1212
]
1313

0 commit comments

Comments
 (0)