We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0f7f4 commit b000a26Copy full SHA for b000a26
libs/api/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hiagent-api"
3
-version = "2.3.0"
+version = "2.3.1"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.10"
libs/components/pyproject.toml
name = "hiagent-components"
-version = "2.0.1"
+version = "2.0.2"
@@ -9,7 +9,7 @@ dependencies = [
9
"strenum>=0.4.15",
10
"pydantic>=2.11.5",
11
"python-dotenv>=1.1.0",
12
- "hiagent-api>=0.1.0,<2.2.0",
+ "hiagent-api>=0.1.0,<3.0.0",
13
"tenacity>=9.1.2",
14
]
15
0 commit comments