Skip to content

Commit 00014bb

Browse files
committed
fix(python): versions
1 parent e35e995 commit 00014bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "picocode"
33
version = "0.2.0"
44
description = "Production-ready local RAG backend with per-project storage and PyCharm integration"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77

88
dependencies = [
99
"fastapi>=0.85",
@@ -17,7 +17,7 @@ dependencies = [
1717
"sqliteai-vector>=0.9.51",
1818
"pydantic>=2.0",
1919
"tree-sitter>=0.21.3",
20-
"tree-sitter-language-pack>=0.9.1",
20+
"tree-sitter-language-pack>=0.10.0",
2121
]
2222

2323
[build-system]

0 commit comments

Comments
 (0)