Skip to content

Commit 1ba2354

Browse files
committed
build(deps): update dependencies for agents and agents-ui
1 parent 4506911 commit 1ba2354

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ dependencies = [
3737

3838
[project.optional-dependencies]
3939
agents = [
40+
"aiofiles==23.2.1",
4041
"core-for-ai>=0.1.98",
4142
"prompt_toolkit==3.0.50",
43+
"portalocker==3.2.0"
4244
# Required for the agent-tide CLI entry point
4345
]
4446
visualization = [
@@ -47,12 +49,15 @@ visualization = [
4749
"plotly==5.24.1",
4850
]
4951
agents-ui = [
52+
"aiofiles==23.2.1",
5053
"core-for-ai>=0.1.98",
5154
"prompt_toolkit==3.0.50",
55+
"portalocker==3.2.0",
5256
# Required for the agent-tide CLI entry point
5357
"chainlit==2.6.3",
54-
"aiosqlite==0.21.0",
55-
"SQLAlchemy==2.0.36"
58+
"SQLAlchemy==2.0.36",
59+
"asyncpg==0.30.0",
60+
"docker==7.1.0"
5661
]
5762

5863
[project.scripts]

0 commit comments

Comments
 (0)