Skip to content

Commit 57ad7b5

Browse files
fix: add pysqlite3 requirements
1 parent 3b07213 commit 57ad7b5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

poetry.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies = [
4545
"scikit-learn (>=1.7.0,<2.0.0)", # Machine learning
4646
"fastmcp (>=2.10.5,<3.0.0)",
4747
"chromadb (>=1.0.15,<2.0.0)",
48+
"pysqlite3 (>=0.5.4,<0.6.0)",
4849
]
4950

5051
[project.urls]

0 commit comments

Comments
 (0)