File tree Expand file tree Collapse file tree 2 files changed +252
-301
lines changed Expand file tree Collapse file tree 2 files changed +252
-301
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ dependencies = [
12
12
" ruff>=0.6.4" ,
13
13
" pre-commit>=3.8.0" ,
14
14
" PyMuPDF>=1.24.5" ,
15
- " aider-chat==0.57.0" ,
16
15
" modal==0.64.95" ,
17
16
" typer>=0.12.0" ,
18
17
" tenacity>=8.5.0" ,
@@ -21,7 +20,8 @@ dependencies = [
21
20
" ghapi>=1.0.6" ,
22
21
" gitpython>=3.1.43" ,
23
22
" pytest>=8.3.3" ,
24
- " datasets>=2.14.4" ,
23
+ " datasets==3.0.1" ,
24
+ " aider-chat" ,
25
25
]
26
26
classifiers = [
27
27
" License :: OSI Approved :: MIT License" ,
@@ -148,4 +148,4 @@ lint.unfixable = []
148
148
"tests/**/*.py" = [" D" ]
149
149
150
150
[tool .uv .sources ]
151
- aider-chat = { git = " https://github.com/paul-gauthier/aider.git" , rev = " main " }
151
+ aider-chat = { git = " https://github.com/paul-gauthier/aider.git" , rev = " 509c880b687ab52b960c1336f3f2db342620a59a " }
You can’t perform that action at this time.
0 commit comments