Skip to content

Commit 371b2a9

Browse files
committed
chore: update sdk version
1 parent 1486da6 commit 371b2a9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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 = "0.1.0"
3+
version = "2.0.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"

libs/components/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hiagent-components"
3-
version = "0.1.0"
3+
version = "2.0.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -9,7 +9,7 @@ dependencies = [
99
"strenum>=0.4.15",
1010
"pydantic>=2.11.5",
1111
"python-dotenv>=1.1.0",
12-
"hiagent-api>=0.1.0,<0.2.0",
12+
"hiagent-api>=0.1.0,<2.2.0",
1313
"tenacity>=9.1.2",
1414
]
1515

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 = "0.1.2"
3+
version = "2.0.1"
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>=0.1.0,<0.2.0",
10+
"hiagent-api>=0.1.0,<2.2.0",
1111
"requests>=2.32.3",
1212
]
1313

libs/observe/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hiagent-observe"
3-
version = "0.1.1"
3+
version = "2.0.1"
44
description = "HiAgent Observe SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ dependencies = [
1010
"opentelemetry-sdk>=1.33.1",
1111
"pydantic>=2.11.5",
1212
"python-dotenv>=1.1.0",
13-
"hiagent-api>=0.1.0,<0.2.0",
13+
"hiagent-api>=0.1.0,<2.2.0",
1414
"requests==2.32.3",
1515
]
1616

0 commit comments

Comments
 (0)