Skip to content

Commit 5eeca89

Browse files
authored
Merge pull request #92 from goneri/goneri/dependencies-allow-1.11-or-greater_13613
dependencies: allow 1.11 or greater
2 parents 04974e7 + 792eb01 commit 5eeca89

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
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"aiosqlite~=0.21.0",
9-
"faiss-cpu~=1.11.0",
9+
"faiss-cpu~=1.11",
1010
"fire~=0.7.0",
1111
"lightspeed-stack-providers==0.1.14",
1212
"mcp~=1.9.4",

0 commit comments

Comments
 (0)