Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 5520aba

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-import-packages
2 parents 900e907 + e16ed92 commit 5520aba

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

poetry.lock

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ greenlet = "^3.0.3"
2020
aiosqlite = "^0.20.0"
2121
ollama = ">=0.4.4"
2222
pydantic-settings = "^2.7.0"
23-
sqlite-vec = ">=0.1.0"
2423
numpy = ">=1.24.0"
2524
tree-sitter = ">=0.23.2"
2625
tree-sitter-go = ">=0.23.4"
@@ -29,6 +28,7 @@ tree-sitter-javascript = ">=0.23.1"
2928
tree-sitter-python = ">=0.23.6"
3029
tree-sitter-rust = ">=0.23.2"
3130

31+
sqlite-vec-sl-tmp = "0.0.3"
3232
[tool.poetry.group.dev.dependencies]
3333
pytest = ">=7.4.0"
3434
pytest-cov = ">=4.1.0"

0 commit comments

Comments
 (0)