We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4a19a commit ea91ca9Copy full SHA for ea91ca9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "agentarium"
7
-version = "0.2.5"
+version = "0.2.6"
8
authors = [
9
{ name = "thytu" },
10
]
@@ -21,6 +21,7 @@ dependencies = [
21
"faker>=33.1.0",
22
"PyYAML>=6.0.1",
23
"boto3>=1.35.86",
24
+ "aisuite>=0.1.7",
25
26
27
[project.urls]
requirements.txt
@@ -1,4 +1,5 @@
1
openai>=1.57.2
2
faker>=33.1.0
3
PyYAML>=6.0.1
-boto3>=1.35.86
+boto3>=1.35.86
+aisuite>=0.1.7
0 commit comments