Skip to content

Commit 10e1146

Browse files
committed
Added version floor for aiosqlite
1 parent 0b46786 commit 10e1146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"jupyter_ai_persona_manager>=0.0.1",
4545
"langchain>=1.0.0",
4646
"langgraph-checkpoint-sqlite>=3.0.0",
47-
"aiosqlite",
47+
"aiosqlite>=0.20",
4848
"jupyter_server_documents>=0.1.a8"
4949
]
5050
dynamic = ["version", "description", "authors", "urls", "keywords"]

0 commit comments

Comments
 (0)