@@ -7,42 +7,42 @@ authors = []
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " >=3.12,<4.0"
10
- click = " >= 8.1.0 "
11
- PyYAML = " >= 6.0.1 "
12
- fastapi = " >= 0.115.5 "
13
- uvicorn = " >=0.32.1 "
14
- structlog = " > =24.4.0"
15
- litellm = " ^ 1.58.0"
16
- llama_cpp_python = " >= 0.3.2 "
17
- cryptography = " ^ 44.0.0"
18
- sqlalchemy = " ^ 2.0.37"
19
- aiosqlite = " ^ 0.20.0"
20
- ollama = " >= 0.4.4 "
21
- pydantic-settings = " ^ 2.7.1"
22
- numpy = " >=1.24.0 "
23
- tree-sitter = " > =0.23.2"
24
- tree-sitter-go = " > =0.23.4"
25
- tree-sitter-java = " > =0.23.5"
26
- tree-sitter-javascript = " > =0.23.1"
27
- tree-sitter-python = " > =0.23.6"
28
- tree-sitter-rust = " > =0.23.2"
29
- sqlite-vec-sl-tmp = " ^ 0.0.4"
30
- alembic = " > =1.14.0"
31
- pygments = " ^ 2.19.1"
10
+ click = " == 8.1.8 "
11
+ PyYAML = " == 6.0.2 "
12
+ fastapi = " == 0.115.6 "
13
+ uvicorn = " ==0.34.0 "
14
+ structlog = " = =24.4.0"
15
+ litellm = " == 1.58.0"
16
+ llama_cpp_python = " == 0.3.5 "
17
+ cryptography = " == 44.0.0"
18
+ sqlalchemy = " == 2.0.37"
19
+ aiosqlite = " == 0.20.0"
20
+ ollama = " == 0.4.6 "
21
+ pydantic-settings = " == 2.7.1"
22
+ numpy = " ==2.2.1 "
23
+ tree-sitter = " = =0.23.2"
24
+ tree-sitter-go = " = =0.23.4"
25
+ tree-sitter-java = " = =0.23.5"
26
+ tree-sitter-javascript = " = =0.23.1"
27
+ tree-sitter-python = " = =0.23.6"
28
+ tree-sitter-rust = " = =0.23.2"
29
+ sqlite-vec-sl-tmp = " == 0.0.4"
30
+ alembic = " = =1.14.0"
31
+ pygments = " == 2.19.1"
32
32
33
33
[tool .poetry .group .dev .dependencies ]
34
- pytest = " >=7.4.0 "
35
- pytest-cov = " >=4.1 .0"
36
- black = " >=23.7 .0"
37
- ruff = " >=0.7.4 "
38
- bandit = " >=1.7.10 "
39
- build = " >=1.0.0 "
40
- wheel = " >=0.40.0 "
41
- litellm = " >=1.52.11 "
42
- pytest-asyncio = " 0.25.2"
43
- llama_cpp_python = " >= 0.3.2 "
44
- scikit-learn = " >= 1.6.0 "
45
- python-dotenv = " > =1.0.1"
34
+ pytest = " ==8.3.4 "
35
+ pytest-cov = " ==6.0 .0"
36
+ black = " ==24.10 .0"
37
+ ruff = " ==0.9.1 "
38
+ bandit = " ==1.8.2 "
39
+ build = " ==1.2.2.post1 "
40
+ wheel = " ==0.45.1 "
41
+ litellm = " ==1.58.0 "
42
+ pytest-asyncio = " == 0.25.2"
43
+ llama_cpp_python = " == 0.3.5 "
44
+ scikit-learn = " == 1.6.1 "
45
+ python-dotenv = " = =1.0.1"
46
46
47
47
[build-system ]
48
48
requires = [" poetry-core" ]
0 commit comments