File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -28,51 +28,51 @@ classifiers = [
28
28
' Topic :: Software Development :: Version Control' ,
29
29
]
30
30
dependencies = [
31
- " tqdm==4.66.5 " ,
32
- " pandas==2.2.2 " ,
33
- " numpy < 2 .0.0" ,
34
- " dvc==3.53.1 " ,
35
- " Markdown==3.6 " ,
36
- " pydantic-settings==2.5.2 " ,
31
+ " tqdm==4.67.1 " ,
32
+ " pandas==2.2.3 " ,
33
+ " numpy < 3 .0.0" ,
34
+ " dvc==3.59.2 " ,
35
+ " Markdown==3.8 " ,
36
+ " pydantic-settings==2.9.1 " ,
37
37
" pydantic>=2.6.4, == 2.*" ,
38
38
" asgi-correlation-id>=4.3.1, == 4.*" ,
39
39
" langchain-core>=0.2.0" ,
40
- " prometheus-client==0.21.1 " ,
40
+ " prometheus-client==0.22.0 " ,
41
41
" mistletoe==1.4.0" ,
42
- " pandera==0.20.3 " ,
43
- " mdformat==0.7.17 " ,
44
- " spacy==3.7.5 " ,
45
- " tiktoken==0.7 .0" ,
42
+ " pandera==0.23.1 " ,
43
+ " mdformat==0.7.22 " ,
44
+ " spacy==3.8.6 " ,
45
+ " tiktoken==0.9 .0" ,
46
46
" joblib>=1.4.0" ,
47
- " lxml== 5.2.* " ,
48
- " marshmallow<4 .0.0" ,
47
+ " lxml>= 5.2,<5.5 " ,
48
+ " marshmallow<5 .0.0" ,
49
49
50
50
]
51
51
52
52
[project .optional-dependencies ]
53
53
qdrant = [
54
- " qdrant-client==1.10.1 "
54
+ " qdrant-client==1.14.2 "
55
55
]
56
56
docling = [
57
- " docling==2.30 .0"
57
+ " docling==2.32 .0"
58
58
]
59
59
milvus = [
60
- " pymilvus==2.4.4 " ,
60
+ " pymilvus==2.5.9 " ,
61
61
]
62
62
tlsh = [
63
63
" python-tlsh==4.5.0"
64
64
]
65
65
lint = [
66
66
" pylint[spelling]==3.3.7" ,
67
67
" pylint-json2html==0.5.0" ,
68
- " pre-commit== 4.1.* " ,
68
+ " pre-commit>= 4.1,<4.3 " ,
69
69
" reuse==5.0.2" ,
70
- " ruff==0.9 .10" ,
70
+ " ruff==0.11 .10" ,
71
71
]
72
72
test = [
73
73
" pytest==8.*" ,
74
- " pytest-asyncio== 0.23.* " ,
75
- " pytest-cov==4.* " ,
74
+ " pytest-asyncio>= 0.23,<0.27 " ,
75
+ " pytest-cov>=4,<7 " ,
76
76
" pytest-html==4.*" ,
77
77
" pytest_env==1.*" ,
78
78
" pytest-xdist==3.*" ,
You can’t perform that action at this time.
0 commit comments