Skip to content

Commit b000a26

Browse files
authored
chore(*): upgrade sdk version (#33)
1 parent ac0f7f4 commit b000a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "2.3.0"
3+
version = "2.3.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 = "2.0.1"
3+
version = "2.0.2"
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,<2.2.0",
12+
"hiagent-api>=0.1.0,<3.0.0",
1313
"tenacity>=9.1.2",
1414
]
1515

0 commit comments

Comments
 (0)