Skip to content

Commit ea91ca9

Browse files
committed
fix: missing dependency (aisuite)
Signed-off-by: Valentin De Matos <[email protected]>
1 parent 4e4a19a commit ea91ca9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentarium"
7-
version = "0.2.5"
7+
version = "0.2.6"
88
authors = [
99
{ name = "thytu" },
1010
]
@@ -21,6 +21,7 @@ dependencies = [
2121
"faker>=33.1.0",
2222
"PyYAML>=6.0.1",
2323
"boto3>=1.35.86",
24+
"aisuite>=0.1.7",
2425
]
2526

2627
[project.urls]

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
openai>=1.57.2
22
faker>=33.1.0
33
PyYAML>=6.0.1
4-
boto3>=1.35.86
4+
boto3>=1.35.86
5+
aisuite>=0.1.7

0 commit comments

Comments
 (0)