Skip to content

Commit e35e995

Browse files
committed
fix(python): versions
1 parent 657952f commit e35e995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.8"
6+
requires-python = ">=3.9"
77

88
dependencies = [
99
"fastapi>=0.85",
@@ -13,11 +13,11 @@ dependencies = [
1313
"tomli>=2.0; python_version < '3.11'",
1414
"python-dotenv>=1.0",
1515
"openai>=2.2.0",
16-
"llama-index[langchain]>=0.5.9",
16+
"llama-index>=0.5.9",
1717
"sqliteai-vector>=0.9.51",
1818
"pydantic>=2.0",
1919
"tree-sitter>=0.21.3",
20-
"tree-sitter-languages>=1.10.2",
20+
"tree-sitter-language-pack>=0.9.1",
2121
]
2222

2323
[build-system]

0 commit comments

Comments
 (0)