We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae42c42 commit 2ab7595Copy full SHA for 2ab7595
2 files changed
libs/api/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hiagent-api"
3
-version = "2.4.0"
+version = "2.5.0"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.10"
libs/eva/pyproject.toml
@@ -1,13 +1,13 @@
name = "hiagent-eva"
description = "HiAgent Eva SDK"
7
dependencies = [
8
"tenacity>=9.1.2",
9
"python-dotenv>=1.1.0",
10
- "hiagent-api>=2.3.0",
+ "hiagent-api>=2.5.0",
11
"requests>=2.32.3",
12
]
13
0 commit comments